@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 a SummaryAggregator for the supplied type.
|
static <R extends org.apache.flink.api.java.tuple.Tuple> |
create(org.apache.flink.api.java.typeutils.TupleTypeInfoBase<?> inType) |
public static <R extends org.apache.flink.api.java.tuple.Tuple> TupleSummaryAggregator<R> create(org.apache.flink.api.java.typeutils.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–2021 The Apache Software Foundation. All rights reserved.