private static class AggregateNode.ScalarAccumulator extends Object implements AggregateNode.Accumulator
Scalar code fragments.| Modifier and Type | Field and Description |
|---|---|
(package private) AggregateNode.ScalarAccumulatorDef |
def |
(package private) Object[] |
values |
| Modifier | Constructor and Description |
|---|---|
private |
ScalarAccumulator(AggregateNode.ScalarAccumulatorDef def,
Object[] values) |
final AggregateNode.ScalarAccumulatorDef def
final Object[] values
private ScalarAccumulator(AggregateNode.ScalarAccumulatorDef def, Object[] values)
public void send(Row row)
send in interface AggregateNode.Accumulatorpublic Object end()
end in interface AggregateNode.AccumulatorCopyright © 2012–2018 The Apache Software Foundation. All rights reserved.