Module org.elasticsearch.compute
Class AllLastIntByLongAggregator
java.lang.Object
org.elasticsearch.compute.aggregation.AllLastIntByLongAggregator
A time-series aggregation function that collects the Last occurrence value of a time series in a specified interval.
This class is generated. Edit `X-AllValueByTimestafmpAggregator.java.st` instead.
-
Nested Class Summary
Nested Classes -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic voidcombine(AllLastIntByLongAggregator.GroupingState current, int group, int position, IntBlock values, LongBlock timestamps) static voidcombine(org.elasticsearch.compute.aggregation.AllLongIntState current, int position, IntBlock values, LongBlock timestamps) static voidcombineIntermediate(AllLastIntByLongAggregator.GroupingState current, int group, BooleanBlock observed, BooleanBlock timestampPresent, LongBlock timestamps, IntBlock values, int otherPosition) static voidcombineIntermediate(org.elasticsearch.compute.aggregation.AllLongIntState current, boolean observed, boolean timestampPresent, long timestamp, IntBlock values) static Stringdescribe()static BlockevaluateFinal(AllLastIntByLongAggregator.GroupingState state, IntVector selected, GroupingAggregatorEvaluationContext ctx) static BlockevaluateFinal(org.elasticsearch.compute.aggregation.AllLongIntState current, DriverContext ctx) initGrouping(DriverContext driverContext) static org.elasticsearch.compute.aggregation.AllLongIntStateinitSingle(DriverContext driverContext)
-
Constructor Details
-
AllLastIntByLongAggregator
public AllLastIntByLongAggregator()
-
-
Method Details
-
describe
-
initSingle
public static org.elasticsearch.compute.aggregation.AllLongIntState initSingle(DriverContext driverContext) -
combine
-
combineIntermediate
public static void combineIntermediate(org.elasticsearch.compute.aggregation.AllLongIntState current, boolean observed, boolean timestampPresent, long timestamp, IntBlock values) -
evaluateFinal
public static Block evaluateFinal(org.elasticsearch.compute.aggregation.AllLongIntState current, DriverContext ctx) -
initGrouping
-
combine
public static void combine(AllLastIntByLongAggregator.GroupingState current, int group, int position, IntBlock values, LongBlock timestamps) -
combineIntermediate
public static void combineIntermediate(AllLastIntByLongAggregator.GroupingState current, int group, BooleanBlock observed, BooleanBlock timestampPresent, LongBlock timestamps, IntBlock values, int otherPosition) -
evaluateFinal
public static Block evaluateFinal(AllLastIntByLongAggregator.GroupingState state, IntVector selected, GroupingAggregatorEvaluationContext ctx)
-