Module org.elasticsearch.compute
Class FirstDoubleByTimestampAggregator.GroupingState
java.lang.Object
org.elasticsearch.compute.aggregation.AbstractArrayState
org.elasticsearch.compute.aggregation.FirstDoubleByTimestampAggregator.GroupingState
- All Implemented Interfaces:
Closeable,AutoCloseable,GroupingAggregatorState,org.elasticsearch.core.Releasable
- Enclosing class:
FirstDoubleByTimestampAggregator
-
Method Summary
Modifier and TypeMethodDescriptionvoidclose()voidtoIntermediate(Block[] blocks, int offset, IntVector selected, DriverContext driverContext) Extracts an intermediate view of the contents of this state.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) Description copied from interface:GroupingAggregatorStateExtracts an intermediate view of the contents of this state.
-