@Internal public abstract class MinAggregationFunction<T extends Comparable<T>> extends AggregationFunction<T>
Modifier and Type | Class and Description |
---|---|
static class |
MinAggregationFunction.ImmutableMinAgg<U extends Comparable<U>> |
static class |
MinAggregationFunction.MinAggregationFunctionFactory |
static class |
MinAggregationFunction.MutableMinAgg<U extends Comparable<U> & org.apache.flink.types.ResettableValue<U> & org.apache.flink.types.CopyableValue<U>> |
Constructor and Description |
---|
MinAggregationFunction() |
Modifier and Type | Method and Description |
---|---|
String |
toString() |
aggregate, getAggregate, initializeAggregate
Copyright © 2014–2017 The Apache Software Foundation. All rights reserved.