Module org.elasticsearch.compute
Class AllLastBytesRefByLongAggregator
java.lang.Object
org.elasticsearch.compute.aggregation.AllLastBytesRefByLongAggregator
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 ClassesModifier and TypeClassDescriptionstatic final class -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic voidcombine(AllLastBytesRefByLongAggregator.GroupingState current, int group, int position, BytesRefBlock values, LongBlock timestamps) static voidcombine(org.elasticsearch.compute.aggregation.AllLongBytesRefState current, int position, BytesRefBlock values, LongBlock timestamps) static voidcombineIntermediate(AllLastBytesRefByLongAggregator.GroupingState current, int group, BooleanBlock observed, BooleanBlock timestampPresent, LongBlock timestamps, BytesRefBlock values, int otherPosition) static voidcombineIntermediate(org.elasticsearch.compute.aggregation.AllLongBytesRefState current, boolean observed, boolean timestampPresent, long timestamp, BytesRefBlock values) static Stringdescribe()static BlockevaluateFinal(AllLastBytesRefByLongAggregator.GroupingState state, IntVector selected, GroupingAggregatorEvaluationContext ctx) static BlockevaluateFinal(org.elasticsearch.compute.aggregation.AllLongBytesRefState current, DriverContext ctx) initGrouping(DriverContext driverContext) static org.elasticsearch.compute.aggregation.AllLongBytesRefStateinitSingle(DriverContext driverContext)
-
Constructor Details
-
AllLastBytesRefByLongAggregator
public AllLastBytesRefByLongAggregator()
-
-
Method Details
-
describe
-
initSingle
public static org.elasticsearch.compute.aggregation.AllLongBytesRefState initSingle(DriverContext driverContext) -
combine
public static void combine(org.elasticsearch.compute.aggregation.AllLongBytesRefState current, int position, BytesRefBlock values, LongBlock timestamps) -
combineIntermediate
public static void combineIntermediate(org.elasticsearch.compute.aggregation.AllLongBytesRefState current, boolean observed, boolean timestampPresent, long timestamp, BytesRefBlock values) -
evaluateFinal
public static Block evaluateFinal(org.elasticsearch.compute.aggregation.AllLongBytesRefState current, DriverContext ctx) -
initGrouping
public static AllLastBytesRefByLongAggregator.GroupingState initGrouping(DriverContext driverContext) -
combine
public static void combine(AllLastBytesRefByLongAggregator.GroupingState current, int group, int position, BytesRefBlock values, LongBlock timestamps) -
combineIntermediate
public static void combineIntermediate(AllLastBytesRefByLongAggregator.GroupingState current, int group, BooleanBlock observed, BooleanBlock timestampPresent, LongBlock timestamps, BytesRefBlock values, int otherPosition) -
evaluateFinal
public static Block evaluateFinal(AllLastBytesRefByLongAggregator.GroupingState state, IntVector selected, GroupingAggregatorEvaluationContext ctx)
-