Constructor and Description |
---|
SummaryAggregatorFactory() |
Modifier and Type | Method and Description |
---|---|
static <T,R> Aggregator<T,R> |
create(Class<T> type)
Create a 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–2019 The Apache Software Foundation. All rights reserved.