AggregationFunction<T> |
|
MaxAggregationFunction<T extends Comparable<T>> |
|
MaxAggregationFunction.ImmutableMaxAgg<U extends Comparable<U>> |
|
MaxAggregationFunction.MaxAggregationFunctionFactory |
|
MaxAggregationFunction.MutableMaxAgg<U extends Comparable<U> & org.apache.flink.types.ResettableValue<U> & org.apache.flink.types.CopyableValue<U>> |
|
MinAggregationFunction<T extends Comparable<T>> |
|
MinAggregationFunction.ImmutableMinAgg<U extends Comparable<U>> |
|
MinAggregationFunction.MinAggregationFunctionFactory |
|
MinAggregationFunction.MutableMinAgg<U extends Comparable<U> & org.apache.flink.types.ResettableValue<U> & org.apache.flink.types.CopyableValue<U>> |
|
SumAggregationFunction<T> |
|
SumAggregationFunction.ByteSumAgg |
|
SumAggregationFunction.ByteValueSumAgg |
|
SumAggregationFunction.DoubleSumAgg |
|
SumAggregationFunction.DoubleValueSumAgg |
|
SumAggregationFunction.FloatSumAgg |
|
SumAggregationFunction.FloatValueSumAgg |
|
SumAggregationFunction.IntSumAgg |
|
SumAggregationFunction.IntValueSumAgg |
|
SumAggregationFunction.LongSumAgg |
|
SumAggregationFunction.LongValueSumAgg |
|
SumAggregationFunction.ShortSumAgg |
|
SumAggregationFunction.ShortValueSumAgg |
|
SumAggregationFunction.SumAggregationFunctionFactory |
|