private static class AggregateNode.CountAccumulator extends Object implements AggregateNode.Accumulator
| Modifier and Type | Field and Description |
|---|---|
private AggregateCall |
call |
(package private) long |
cnt |
| Constructor and Description |
|---|
CountAccumulator(AggregateCall call) |
private final AggregateCall call
long cnt
CountAccumulator(AggregateCall call)
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.