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