public static final class MaxAggregationFunction.ImmutableMaxAgg<U extends Comparable<U>> extends MaxAggregationFunction<U>
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>>
Constructor and Description |
---|
ImmutableMaxAgg() |
Modifier and Type | Method and Description |
---|---|
void |
aggregate(U val) |
U |
getAggregate() |
void |
initializeAggregate() |
toString
public void initializeAggregate()
initializeAggregate
in class AggregationFunction<U extends Comparable<U>>
public void aggregate(U val)
aggregate
in class AggregationFunction<U extends Comparable<U>>
public U getAggregate()
getAggregate
in class AggregationFunction<U extends Comparable<U>>
Copyright © 2014–2016 The Apache Software Foundation. All rights reserved.