Module org.elasticsearch.compute
Class AllFirstBooleanByLongAggregator
java.lang.Object
org.elasticsearch.compute.aggregation.AllFirstBooleanByLongAggregator
A time-series aggregation function that collects the First 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(AllFirstBooleanByLongAggregator.GroupingState current, int group, int position, BooleanBlock values, LongBlock timestamps) static voidcombine(org.elasticsearch.compute.aggregation.AllLongBooleanState current, int position, BooleanBlock values, LongBlock timestamps) static voidcombineIntermediate(AllFirstBooleanByLongAggregator.GroupingState current, int group, BooleanBlock observed, BooleanBlock timestampPresent, LongBlock timestamps, BooleanBlock values, int otherPosition) static voidcombineIntermediate(org.elasticsearch.compute.aggregation.AllLongBooleanState current, boolean observed, boolean timestampPresent, long timestamp, BooleanBlock values) static Stringdescribe()static BlockevaluateFinal(AllFirstBooleanByLongAggregator.GroupingState state, IntVector selected, GroupingAggregatorEvaluationContext ctx) static BlockevaluateFinal(org.elasticsearch.compute.aggregation.AllLongBooleanState current, DriverContext ctx) initGrouping(DriverContext driverContext) static org.elasticsearch.compute.aggregation.AllLongBooleanStateinitSingle(DriverContext driverContext)
-
Constructor Details
-
AllFirstBooleanByLongAggregator
public AllFirstBooleanByLongAggregator()
-
-
Method Details
-
describe
-
initSingle
public static org.elasticsearch.compute.aggregation.AllLongBooleanState initSingle(DriverContext driverContext) -
combine
public static void combine(org.elasticsearch.compute.aggregation.AllLongBooleanState current, int position, BooleanBlock values, LongBlock timestamps) -
combineIntermediate
public static void combineIntermediate(org.elasticsearch.compute.aggregation.AllLongBooleanState current, boolean observed, boolean timestampPresent, long timestamp, BooleanBlock values) -
evaluateFinal
public static Block evaluateFinal(org.elasticsearch.compute.aggregation.AllLongBooleanState current, DriverContext ctx) -
initGrouping
public static AllFirstBooleanByLongAggregator.GroupingState initGrouping(DriverContext driverContext) -
combine
public static void combine(AllFirstBooleanByLongAggregator.GroupingState current, int group, int position, BooleanBlock values, LongBlock timestamps) -
combineIntermediate
public static void combineIntermediate(AllFirstBooleanByLongAggregator.GroupingState current, int group, BooleanBlock observed, BooleanBlock timestampPresent, LongBlock timestamps, BooleanBlock values, int otherPosition) -
evaluateFinal
public static Block evaluateFinal(AllFirstBooleanByLongAggregator.GroupingState state, IntVector selected, GroupingAggregatorEvaluationContext ctx)
-