public static final class MinAggregationFunction.MutableMinAgg<U extends Comparable<U> & org.apache.flink.types.ResettableValue<U> & org.apache.flink.types.CopyableValue<U>> extends MinAggregationFunction<U>
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>>| Constructor and Description |
|---|
MutableMinAgg() |
| Modifier and Type | Method and Description |
|---|---|
void |
aggregate(U val) |
U |
getAggregate() |
void |
initializeAggregate() |
toStringpublic void initializeAggregate()
initializeAggregate in class AggregationFunction<U extends Comparable<U> & org.apache.flink.types.ResettableValue<U> & org.apache.flink.types.CopyableValue<U>>public void aggregate(U val)
aggregate in class AggregationFunction<U extends Comparable<U> & org.apache.flink.types.ResettableValue<U> & org.apache.flink.types.CopyableValue<U>>public U getAggregate()
getAggregate in class AggregationFunction<U extends Comparable<U> & org.apache.flink.types.ResettableValue<U> & org.apache.flink.types.CopyableValue<U>>Copyright © 2014–2016 The Apache Software Foundation. All rights reserved.