public static class StatisticsAggrFunctions.VarCharSumWidthFunction extends Object implements DrillAggFunc
Constructor and Description |
---|
VarCharSumWidthFunction() |
Modifier and Type | Method and Description |
---|---|
void |
add() |
void |
output() |
void |
reset() |
void |
setup()
Initialization for the beginning of the aggregation.
|
public void setup()
DrillAggFunc
setup
in interface DrillAggFunc
public void add()
add
in interface DrillAggFunc
public void output()
output
in interface DrillAggFunc
public void reset()
reset
in interface DrillAggFunc
Copyright © 2022 The Apache Software Foundation. All rights reserved.