Module org.elasticsearch.compute
Class RateIntAggregator
java.lang.Object
org.elasticsearch.compute.aggregation.RateIntAggregator
A rate grouping aggregation definition for int.
This class is generated. Edit `X-RateAggregator.java.st` instead.
-
Nested Class Summary
Nested Classes -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic voidcombine(RateIntAggregator.IntRateGroupingState current, int groupId, long timestamp, int value) static voidcombineIntermediate(RateIntAggregator.IntRateGroupingState current, int groupId, LongBlock timestamps, IntBlock values, int sampleCount, double reset, int otherPosition) static voidcombineStates(RateIntAggregator.IntRateGroupingState current, int currentGroupId, RateIntAggregator.IntRateGroupingState otherState, int otherGroupId) static BlockevaluateFinal(RateIntAggregator.IntRateGroupingState state, IntVector selected, GroupingAggregatorEvaluationContext evalContext) initGrouping(DriverContext driverContext)
-
Constructor Details
-
RateIntAggregator
public RateIntAggregator()
-
-
Method Details
-
initGrouping
-
combine
public static void combine(RateIntAggregator.IntRateGroupingState current, int groupId, long timestamp, int value) -
combineIntermediate
public static void combineIntermediate(RateIntAggregator.IntRateGroupingState current, int groupId, LongBlock timestamps, IntBlock values, int sampleCount, double reset, int otherPosition) -
combineStates
public static void combineStates(RateIntAggregator.IntRateGroupingState current, int currentGroupId, RateIntAggregator.IntRateGroupingState otherState, int otherGroupId) -
evaluateFinal
public static Block evaluateFinal(RateIntAggregator.IntRateGroupingState state, IntVector selected, GroupingAggregatorEvaluationContext evalContext)
-