Module org.elasticsearch.compute
Interface GroupingAggregatorFunction.PreparedForEvaluation
- All Superinterfaces:
AutoCloseable,Closeable,org.elasticsearch.core.Releasable
- Enclosing interface:
GroupingAggregatorFunction
public static interface GroupingAggregatorFunction.PreparedForEvaluation
extends org.elasticsearch.core.Releasable
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 interfaceorg.elasticsearch.core.Releasable
-