Class CountDistinctBooleanAggregator

java.lang.Object
org.elasticsearch.compute.aggregation.CountDistinctBooleanAggregator

public class CountDistinctBooleanAggregator extends Object
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    static void
    combine(org.elasticsearch.compute.aggregation.CountDistinctBooleanAggregator.GroupingState current, int groupId, boolean v)
     
    static void
    combine(org.elasticsearch.compute.aggregation.CountDistinctBooleanAggregator.SingleState current, boolean v)
     
    static void
    combineIntermediate(org.elasticsearch.compute.aggregation.CountDistinctBooleanAggregator.GroupingState current, int groupId, boolean fbit, boolean tbit)
     
    static void
    combineIntermediate(org.elasticsearch.compute.aggregation.CountDistinctBooleanAggregator.SingleState current, boolean fbit, boolean tbit)
     
    static Block
    evaluateFinal(org.elasticsearch.compute.aggregation.CountDistinctBooleanAggregator.GroupingState state, IntVector selected, GroupingAggregatorEvaluationContext ctx)
     
    static Block
    evaluateFinal(org.elasticsearch.compute.aggregation.CountDistinctBooleanAggregator.SingleState state, DriverContext driverContext)
     
    static org.elasticsearch.compute.aggregation.CountDistinctBooleanAggregator.GroupingState
     
    static org.elasticsearch.compute.aggregation.CountDistinctBooleanAggregator.SingleState
     

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • 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)
    • 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, GroupingAggregatorEvaluationContext ctx)