@Internal public class TupleSummaryAggregator<R extends Tuple> extends Object implements Aggregator<Tuple,R>
| Constructor and Description |
|---|
TupleSummaryAggregator(Aggregator[] columnAggregators) |
public TupleSummaryAggregator(Aggregator[] columnAggregators)
public void aggregate(Tuple value)
Aggregatoraggregate in interface Aggregator<Tuple,R extends Tuple>public void combine(Aggregator<Tuple,R> other)
Aggregatorcombine in interface Aggregator<Tuple,R extends Tuple>public R result()
Aggregatorresult in interface Aggregator<Tuple,R extends Tuple>Copyright © 2014–2017 The Apache Software Foundation. All rights reserved.