Module org.elasticsearch.compute
Class AllFirstDoubleByIntAggregator.GroupingState
java.lang.Object
org.elasticsearch.compute.aggregation.AbstractArrayState
org.elasticsearch.compute.aggregation.AllFirstDoubleByIntAggregator.GroupingState
- All Implemented Interfaces:
Closeable,AutoCloseable,GroupingAggregatorState,org.elasticsearch.core.Releasable
- Enclosing class:
AllFirstDoubleByIntAggregator
-
Method Summary
Modifier and TypeMethodDescriptionvoidclose()voidtoIntermediate(Block[] blocks, int offset, IntVector selected, DriverContext driverContext) Methods inherited from class org.elasticsearch.compute.aggregation.AbstractArrayState
enableGroupIdTracking, hasValue, trackGroupId, trackingGroupIds
-
Method Details
-
close
public void close()- Specified by:
closein interfaceAutoCloseable- Specified by:
closein interfaceCloseable- Specified by:
closein interfaceorg.elasticsearch.core.Releasable- Overrides:
closein classAbstractArrayState
-
toIntermediate
public void toIntermediate(Block[] blocks, int offset, IntVector selected, DriverContext driverContext) - Specified by:
toIntermediatein classAbstractArrayState
-