Module org.elasticsearch.compute
Class AllLastBytesRefByIntAggregator
java.lang.Object
org.elasticsearch.compute.aggregation.AllLastBytesRefByIntAggregator
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(org.elasticsearch.compute.aggregation.AllIntBytesRefState current, int position, BytesRefBlock values, IntBlock timestamps) static voidcombine(AllLastBytesRefByIntAggregator.GroupingState current, int group, int position, BytesRefBlock values, IntBlock timestamps) static voidcombineIntermediate(org.elasticsearch.compute.aggregation.AllIntBytesRefState current, boolean observed, boolean timestampPresent, int timestamp, BytesRefBlock values) static voidcombineIntermediate(AllLastBytesRefByIntAggregator.GroupingState current, int group, BooleanBlock observed, BooleanBlock timestampPresent, IntBlock timestamps, BytesRefBlock values, int otherPosition) static Stringdescribe()static BlockevaluateFinal(org.elasticsearch.compute.aggregation.AllIntBytesRefState current, DriverContext ctx) static BlockevaluateFinal(AllLastBytesRefByIntAggregator.GroupingState state, IntVector selected, GroupingAggregatorEvaluationContext ctx) initGrouping(DriverContext driverContext) static org.elasticsearch.compute.aggregation.AllIntBytesRefStateinitSingle(DriverContext driverContext)
-
Constructor Details
-
AllLastBytesRefByIntAggregator
public AllLastBytesRefByIntAggregator()
-
-
Method Details
-
describe
-
initSingle
public static org.elasticsearch.compute.aggregation.AllIntBytesRefState initSingle(DriverContext driverContext) -
combine
public static void combine(org.elasticsearch.compute.aggregation.AllIntBytesRefState current, int position, BytesRefBlock values, IntBlock timestamps) -
combineIntermediate
public static void combineIntermediate(org.elasticsearch.compute.aggregation.AllIntBytesRefState current, boolean observed, boolean timestampPresent, int timestamp, BytesRefBlock values) -
evaluateFinal
public static Block evaluateFinal(org.elasticsearch.compute.aggregation.AllIntBytesRefState current, DriverContext ctx) -
initGrouping
public static AllLastBytesRefByIntAggregator.GroupingState initGrouping(DriverContext driverContext) -
combine
public static void combine(AllLastBytesRefByIntAggregator.GroupingState current, int group, int position, BytesRefBlock values, IntBlock timestamps) -
combineIntermediate
public static void combineIntermediate(AllLastBytesRefByIntAggregator.GroupingState current, int group, BooleanBlock observed, BooleanBlock timestampPresent, IntBlock timestamps, BytesRefBlock values, int otherPosition) -
evaluateFinal
public static Block evaluateFinal(AllLastBytesRefByIntAggregator.GroupingState state, IntVector selected, GroupingAggregatorEvaluationContext ctx)
-