Module org.elasticsearch.compute
Class IdeltaDoubleAggregator.DoubleIdeltaGroupingState
java.lang.Object
org.elasticsearch.compute.aggregation.IdeltaDoubleAggregator.DoubleIdeltaGroupingState
- All Implemented Interfaces:
Closeable,AutoCloseable,org.apache.lucene.util.Accountable,GroupingAggregatorState,Releasable
- Enclosing class:
IdeltaDoubleAggregator
public static final class IdeltaDoubleAggregator.DoubleIdeltaGroupingState
extends Object
implements Releasable, org.apache.lucene.util.Accountable, GroupingAggregatorState
-
Field Summary
Fields inherited from interface org.apache.lucene.util.Accountable
NULL_ACCOUNTABLE -
Method Summary
Modifier and TypeMethodDescriptionvoidclose()voidenableGroupIdTracking(SeenGroupIds seenGroupIds) longvoidtoIntermediate(Block[] blocks, int offset, IntVector selected, DriverContext driverContext) Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.apache.lucene.util.Accountable
getChildResources
-
Method Details
-
ramBytesUsed
public long ramBytesUsed()- Specified by:
ramBytesUsedin interfaceorg.apache.lucene.util.Accountable
-
close
public void close()- Specified by:
closein interfaceAutoCloseable- Specified by:
closein interfaceCloseable- Specified by:
closein interfaceReleasable
-
toIntermediate
public void toIntermediate(Block[] blocks, int offset, IntVector selected, DriverContext driverContext) -
enableGroupIdTracking
- Specified by:
enableGroupIdTrackingin interfaceGroupingAggregatorState
-