private class AggregateNode.Grouping extends Object
| Modifier and Type | Field and Description |
|---|---|
private Map<Row,AggregateNode.AccumulatorList> |
accumulators |
private ImmutableBitSet |
grouping |
| Modifier | Constructor and Description |
|---|---|
private |
Grouping(ImmutableBitSet grouping) |
private final ImmutableBitSet grouping
private final Map<Row,AggregateNode.AccumulatorList> accumulators
private Grouping(ImmutableBitSet grouping)
public void send(Row row)
public void end(Sink sink) throws InterruptedException
InterruptedExceptionCopyright © 2012–2018 The Apache Software Foundation. All rights reserved.