Module org.elasticsearch.compute
Class CountDistinctBooleanAggregator
java.lang.Object
org.elasticsearch.compute.aggregation.CountDistinctBooleanAggregator
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic voidcombine(org.elasticsearch.compute.aggregation.CountDistinctBooleanAggregator.GroupingState current, int groupId, boolean v) static voidcombine(org.elasticsearch.compute.aggregation.CountDistinctBooleanAggregator.SingleState current, boolean v) static voidcombineIntermediate(org.elasticsearch.compute.aggregation.CountDistinctBooleanAggregator.GroupingState current, int groupId, boolean fbit, boolean tbit) static voidcombineIntermediate(org.elasticsearch.compute.aggregation.CountDistinctBooleanAggregator.SingleState current, boolean fbit, boolean tbit) static voidcombineStates(org.elasticsearch.compute.aggregation.CountDistinctBooleanAggregator.GroupingState current, int currentGroupId, org.elasticsearch.compute.aggregation.CountDistinctBooleanAggregator.GroupingState state, int statePosition) static BlockevaluateFinal(org.elasticsearch.compute.aggregation.CountDistinctBooleanAggregator.GroupingState state, IntVector selected, DriverContext driverContext) static BlockevaluateFinal(org.elasticsearch.compute.aggregation.CountDistinctBooleanAggregator.SingleState state, DriverContext driverContext) static org.elasticsearch.compute.aggregation.CountDistinctBooleanAggregator.GroupingStateinitGrouping(BigArrays bigArrays) static org.elasticsearch.compute.aggregation.CountDistinctBooleanAggregator.SingleState
-
Constructor Details
-
CountDistinctBooleanAggregator
public CountDistinctBooleanAggregator()
-
-
Method Details
-
initSingle
public static org.elasticsearch.compute.aggregation.CountDistinctBooleanAggregator.SingleState initSingle() -
combine
public static void combine(org.elasticsearch.compute.aggregation.CountDistinctBooleanAggregator.SingleState current, boolean v) -
combineIntermediate
public static void combineIntermediate(org.elasticsearch.compute.aggregation.CountDistinctBooleanAggregator.SingleState current, boolean fbit, boolean tbit) -
evaluateFinal
public static Block evaluateFinal(org.elasticsearch.compute.aggregation.CountDistinctBooleanAggregator.SingleState state, DriverContext driverContext) -
initGrouping
public static org.elasticsearch.compute.aggregation.CountDistinctBooleanAggregator.GroupingState initGrouping(BigArrays bigArrays) -
combine
public static void combine(org.elasticsearch.compute.aggregation.CountDistinctBooleanAggregator.GroupingState current, int groupId, boolean v) -
combineStates
public static void combineStates(org.elasticsearch.compute.aggregation.CountDistinctBooleanAggregator.GroupingState current, int currentGroupId, org.elasticsearch.compute.aggregation.CountDistinctBooleanAggregator.GroupingState state, int statePosition) -
combineIntermediate
public static void combineIntermediate(org.elasticsearch.compute.aggregation.CountDistinctBooleanAggregator.GroupingState current, int groupId, boolean fbit, boolean tbit) -
evaluateFinal
public static Block evaluateFinal(org.elasticsearch.compute.aggregation.CountDistinctBooleanAggregator.GroupingState state, IntVector selected, DriverContext driverContext)
-