Module org.elasticsearch.compute
Class DeltaOnlyHistogramMergeOverTimeTDigestAggregator.TemporalityAwareTDigestGroupingState
java.lang.Object
org.elasticsearch.compute.aggregation.DeltaOnlyHistogramMergeOverTimeTDigestAggregator.TemporalityAwareTDigestGroupingState
- All Implemented Interfaces:
Closeable,AutoCloseable,GroupingAggregatorState,Releasable
- Enclosing class:
DeltaOnlyHistogramMergeOverTimeTDigestAggregator
public static final class DeltaOnlyHistogramMergeOverTimeTDigestAggregator.TemporalityAwareTDigestGroupingState
extends Object
implements Releasable, GroupingAggregatorState
Wraps
TDigestStates.GroupingState to carry temporality accessor and warnings.-
Method Summary
Modifier and TypeMethodDescriptionvoidclose()voidenableGroupIdTracking(SeenGroupIds seenGroupIds) voidtoIntermediate(Block[] blocks, int offset, IntVector selected, DriverContext driverContext)
-
Method Details
-
toIntermediate
public void toIntermediate(Block[] blocks, int offset, IntVector selected, DriverContext driverContext) -
close
public void close()- Specified by:
closein interfaceAutoCloseable- Specified by:
closein interfaceCloseable- Specified by:
closein interfaceReleasable
-
enableGroupIdTracking
- Specified by:
enableGroupIdTrackingin interfaceGroupingAggregatorState
-