public class MaxAggregationFunction<T extends Comparable<T>> extends AggregationFunction<T>
| Modifier and Type | Class and Description |
|---|---|
static class |
MaxAggregationFunction.MaxAggregationFunctionFactory |
| Constructor and Description |
|---|
MaxAggregationFunction() |
| Modifier and Type | Method and Description |
|---|---|
void |
aggregate(T val) |
T |
getAggregate() |
void |
initializeAggregate() |
String |
toString() |
public void initializeAggregate()
initializeAggregate in class AggregationFunction<T extends Comparable<T>>public void aggregate(T val)
aggregate in class AggregationFunction<T extends Comparable<T>>public T getAggregate()
getAggregate in class AggregationFunction<T extends Comparable<T>>Copyright © 2015 The Apache Software Foundation. All rights reserved.