Class SummaryAggregatorFactory


  • @Internal
    public class SummaryAggregatorFactory
    extends Object
    Factory for creating Summary Aggregators.
    • Constructor Detail

      • SummaryAggregatorFactory

        public SummaryAggregatorFactory()
    • Method Detail

      • create

        public static <R extends org.apache.flink.api.java.tuple.Tuple> TupleSummaryAggregator<R> create​(org.apache.flink.api.java.typeutils.TupleTypeInfoBase<?> inType)
      • create

        public static <T,​R> Aggregator<T,​R> create​(Class<T> type)
        Create a SummaryAggregator for the supplied type.
        Type Parameters:
        T - the type to aggregate
        R - the result type of the aggregation