@Internal public abstract class MaxAggregationFunction<T extends Comparable<T>> extends AggregationFunction<T>
| Modifier and Type | Class and Description |
|---|---|
static class |
MaxAggregationFunction.ImmutableMaxAgg<U extends Comparable<U>> |
static class |
MaxAggregationFunction.MaxAggregationFunctionFactory |
static class |
MaxAggregationFunction.MutableMaxAgg<U extends Comparable<U> & org.apache.flink.types.ResettableValue<U> & org.apache.flink.types.CopyableValue<U>> |
| Constructor and Description |
|---|
MaxAggregationFunction() |
| Modifier and Type | Method and Description |
|---|---|
String |
toString() |
aggregate, getAggregate, initializeAggregateCopyright © 2014–2016 The Apache Software Foundation. All rights reserved.