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