private static class AggregateNode.UdaAccumulator extends Object implements AggregateNode.Accumulator
| Modifier and Type | Field and Description |
|---|---|
private boolean |
empty |
private AggregateNode.UdaAccumulatorFactory |
factory |
private Object |
value |
| Constructor and Description |
|---|
UdaAccumulator(AggregateNode.UdaAccumulatorFactory factory) |
private final AggregateNode.UdaAccumulatorFactory factory
private Object value
private boolean empty
UdaAccumulator(AggregateNode.UdaAccumulatorFactory factory)
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.