private static class AggregateNode.FilterAccumulator extends Object implements AggregateNode.Accumulator
| Modifier and Type | Field and Description |
|---|---|
private AggregateNode.Accumulator |
accumulator |
private int |
filterArg |
| Constructor and Description |
|---|
FilterAccumulator(AggregateNode.Accumulator accumulator,
int filterArg) |
private final AggregateNode.Accumulator accumulator
private final int filterArg
FilterAccumulator(AggregateNode.Accumulator accumulator, int filterArg)
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.