Module org.elasticsearch.compute
Class IdeltaDoubleAggregator
java.lang.Object
org.elasticsearch.compute.aggregation.IdeltaDoubleAggregator
An idelta grouping aggregation definition for double.
This class is generated. Edit `X-IdeltaAggregator.java.st` instead.
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic final class -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic voidcombine(IdeltaDoubleAggregator.DoubleIdeltaGroupingState current, int groupId, double value, long timestamp) static voidcombineIntermediate(IdeltaDoubleAggregator.DoubleIdeltaGroupingState current, int groupId, LongBlock timestamps, DoubleBlock values, int otherPosition) static Stringdescribe()static BlockevaluateFinal(IdeltaDoubleAggregator.DoubleIdeltaGroupingState state, IntVector selected, GroupingAggregatorEvaluationContext evalContext) initGrouping(DriverContext driverContext)
-
Constructor Details
-
IdeltaDoubleAggregator
public IdeltaDoubleAggregator()
-
-
Method Details
-
initGrouping
public static IdeltaDoubleAggregator.DoubleIdeltaGroupingState initGrouping(DriverContext driverContext) -
combine
public static void combine(IdeltaDoubleAggregator.DoubleIdeltaGroupingState current, int groupId, double value, long timestamp) -
describe
-
combineIntermediate
public static void combineIntermediate(IdeltaDoubleAggregator.DoubleIdeltaGroupingState current, int groupId, LongBlock timestamps, DoubleBlock values, int otherPosition) -
evaluateFinal
public static Block evaluateFinal(IdeltaDoubleAggregator.DoubleIdeltaGroupingState state, IntVector selected, GroupingAggregatorEvaluationContext evalContext)
-