java.lang.Object
org.elasticsearch.compute.aggregation.Aggregator
- All Implemented Interfaces:
Closeable,AutoCloseable,org.elasticsearch.core.Releasable
-
Nested Class Summary
Nested Classes -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidclose()voidevaluate(Block[] blocks, int offset, DriverContext driverContext) intThe number of Blocks required for evaluation.voidprocessPage(Page page, BooleanVector mask) toString()
-
Constructor Details
-
Aggregator
-
-
Method Details
-
evaluateBlockCount
public int evaluateBlockCount()The number of Blocks required for evaluation. -
processPage
-
evaluate
-
toString
-
close
public void close()- Specified by:
closein interfaceAutoCloseable- Specified by:
closein interfaceCloseable- Specified by:
closein interfaceorg.elasticsearch.core.Releasable
-