@Internal public class SummaryAggregatorFactory extends Object
| 构造器和说明 |
|---|
SummaryAggregatorFactory() |
| 限定符和类型 | 方法和说明 |
|---|---|
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–2019 The Apache Software Foundation. All rights reserved.