public class STUnionAggregate extends Object implements DrillAggFunc
Constructor and Description |
---|
STUnionAggregate() |
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 © 1970 The Apache Software Foundation. All rights reserved.