@Internal public abstract class MaxAggregationFunction<T extends Comparable<T>> extends AggregationFunction<T>
AggregationFunction
for max operation.Modifier and Type | Class and Description |
---|---|
static class |
MaxAggregationFunction.MaxAggregationFunctionFactory
Factory for
MaxAggregationFunction . |
Constructor and Description |
---|
MaxAggregationFunction() |
Modifier and Type | Method and Description |
---|---|
String |
toString() |
aggregate, getAggregate, initializeAggregate
Copyright © 2014–2024 The Apache Software Foundation. All rights reserved.