Module org.elasticsearch.compute
Interface GroupingAggregatorFunction.PreparedForEvaluation
- All Superinterfaces:
AutoCloseable,Closeable,Releasable
- Enclosing interface:
GroupingAggregatorFunction
View into the agg that's prepared to emit results. Built with a
selected range.-
Method Summary
-
Method Details
-
evaluate
Build a page of results.- Parameters:
blocks- array to write the target blocksoffset- offset intoblocksto write the first blockselectedInPage- The results to include in this page. This is a subset of theselectedset to the method that built this.
-
close
default void close()- Specified by:
closein interfaceAutoCloseable- Specified by:
closein interfaceCloseable- Specified by:
closein interfaceReleasable
-