@Internal public class SummaryAggregatorFactory extends Object
| Constructor and Description |
|---|
SummaryAggregatorFactory() |
| Modifier and Type | Method and Description |
|---|---|
static <T,R> Aggregator<T,R> |
create(Class<T> type)
Create an SummaryAggregator for the supplied type
|
static <R extends Tuple> |
create(TupleTypeInfoBase<?> inType) |
public static <R extends Tuple> TupleSummaryAggregator<R> create(TupleTypeInfoBase<?> inType)
public static <T,R> Aggregator<T,R> create(Class<T> type)
T - the type to aggregateR - the result type of the aggregationCopyright © 2014–2017 The Apache Software Foundation. All rights reserved.