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