Class TDigestFunctions.VarBinaryTDigestFunction
java.lang.Object
org.apache.drill.exec.expr.fn.impl.TDigestFunctions.VarBinaryTDigestFunction
- All Implemented Interfaces:
DrillAggFunc,DrillFunc
- Enclosing class:
TDigestFunctions
public static class TDigestFunctions.VarBinaryTDigestFunction
extends Object
implements DrillAggFunc
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
VarBinaryTDigestFunction
public VarBinaryTDigestFunction()
-
-
Method Details
-
setup
public void setup()Description copied from interface:DrillAggFuncInitialization for the beginning of the aggregation.- Specified by:
setupin interfaceDrillAggFunc
-
add
public void add()- Specified by:
addin interfaceDrillAggFunc
-
output
public void output()- Specified by:
outputin interfaceDrillAggFunc
-
reset
public void reset()- Specified by:
resetin interfaceDrillAggFunc
-