Class CountDistinctBytesRefAggregator

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

public class CountDistinctBytesRefAggregator extends Object
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    static void
    combine(org.elasticsearch.compute.aggregation.HllStates.GroupingState current, int groupId, org.apache.lucene.util.BytesRef v)
     
    static void
    combine(org.elasticsearch.compute.aggregation.HllStates.SingleState current, org.apache.lucene.util.BytesRef v)
     
    static void
    combineIntermediate(org.elasticsearch.compute.aggregation.HllStates.GroupingState current, int groupId, org.apache.lucene.util.BytesRef inValue)
     
    static void
    combineIntermediate(org.elasticsearch.compute.aggregation.HllStates.SingleState current, org.apache.lucene.util.BytesRef inValue)
     
    static void
    combineStates(org.elasticsearch.compute.aggregation.HllStates.GroupingState current, int currentGroupId, org.elasticsearch.compute.aggregation.HllStates.GroupingState state, int statePosition)
     
    static Block
    evaluateFinal(org.elasticsearch.compute.aggregation.HllStates.GroupingState state, IntVector selected, DriverContext driverContext)
     
    static Block
    evaluateFinal(org.elasticsearch.compute.aggregation.HllStates.SingleState state, DriverContext driverContext)
     
    static org.elasticsearch.compute.aggregation.HllStates.GroupingState
    initGrouping(BigArrays bigArrays, int precision)
     
    static org.elasticsearch.compute.aggregation.HllStates.SingleState
    initSingle(BigArrays bigArrays, int precision)
     

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • CountDistinctBytesRefAggregator

      public CountDistinctBytesRefAggregator()
  • 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, org.apache.lucene.util.BytesRef 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, org.apache.lucene.util.BytesRef v)
    • combineIntermediate

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

      public static void combineStates(org.elasticsearch.compute.aggregation.HllStates.GroupingState current, int currentGroupId, org.elasticsearch.compute.aggregation.HllStates.GroupingState state, int statePosition)
    • evaluateFinal

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