Class CountDistinctLongAggregator

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

public class CountDistinctLongAggregator extends Object
  • Constructor Details

    • CountDistinctLongAggregator

      public CountDistinctLongAggregator()
  • Method Details

    • initSingle

      public static org.elasticsearch.compute.aggregation.HllStates.SingleState initSingle(BigArrays bigArrays, int precision)
    • combine

      public static void combine(org.elasticsearch.compute.aggregation.HllStates.SingleState current, long v)
    • combineIntermediate

      public static void combineIntermediate(org.elasticsearch.compute.aggregation.HllStates.SingleState current, org.apache.lucene.util.BytesRef inValue)
    • evaluateFinal

      public static Block evaluateFinal(org.elasticsearch.compute.aggregation.HllStates.SingleState state, DriverContext driverContext)
    • initGrouping

      public static org.elasticsearch.compute.aggregation.HllStates.GroupingState initGrouping(BigArrays bigArrays, int precision)
    • combine

      public static void combine(org.elasticsearch.compute.aggregation.HllStates.GroupingState current, int groupId, long v)
    • combineIntermediate

      public static void combineIntermediate(org.elasticsearch.compute.aggregation.HllStates.GroupingState current, int groupId, org.apache.lucene.util.BytesRef inValue)
    • evaluateFinal

      public static Block evaluateFinal(org.elasticsearch.compute.aggregation.HllStates.GroupingState state, IntVector selected, GroupingAggregatorEvaluationContext ctx)