@Internal public class SumAggregator<T> extends AggregationFunction<T>
AggregationFunction that sums up fields.AggregationFunction.AggregationType| Constructor and Description |
|---|
SumAggregator(int pos,
org.apache.flink.api.common.typeinfo.TypeInformation<T> typeInfo,
org.apache.flink.api.common.ExecutionConfig config) |
SumAggregator(String field,
org.apache.flink.api.common.typeinfo.TypeInformation<T> typeInfo,
org.apache.flink.api.common.ExecutionConfig config) |
public SumAggregator(int pos,
org.apache.flink.api.common.typeinfo.TypeInformation<T> typeInfo,
org.apache.flink.api.common.ExecutionConfig config)
Copyright © 2014–2025 The Apache Software Foundation. All rights reserved.