Class StatisticsAggrFunctions.Decimal9HLLFunction

java.lang.Object
org.apache.drill.exec.expr.fn.impl.StatisticsAggrFunctions.Decimal9HLLFunction
All Implemented Interfaces:
DrillAggFunc, DrillFunc
Enclosing class:
StatisticsAggrFunctions

public static class StatisticsAggrFunctions.Decimal9HLLFunction extends Object implements DrillAggFunc
  • Constructor Details

    • Decimal9HLLFunction

      public Decimal9HLLFunction()
  • Method Details

    • setup

      public void setup()
      Description copied from interface: DrillAggFunc
      Initialization for the beginning of the aggregation.
      Specified by:
      setup in interface DrillAggFunc
    • add

      public void add()
      Specified by:
      add in interface DrillAggFunc
    • output

      public void output()
      Specified by:
      output in interface DrillAggFunc
    • reset

      public void reset()
      Specified by:
      reset in interface DrillAggFunc