T - public static class AggregateFunction.GenericInterval<T> extends AggregateFunction<T>
AggregateFunction.AggregateFunctionBuilder<T>, AggregateFunction.AggregateFunctionWithParameter<T>, AggregateFunction.GenericArithmeticMean<T>, AggregateFunction.GenericArithmeticMeanOfBounds<T>, AggregateFunction.GenericBounds<T>, AggregateFunction.GenericCommonPrefix<T>, AggregateFunction.GenericConstant<T>, AggregateFunction.GenericGeometricMean<T>, AggregateFunction.GenericGeometricMeanOfBounds<T>, AggregateFunction.GenericInterval<T>, AggregateFunction.GenericSet<T>, AggregateFunction.GenericSetOfPrefixes<T>| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
aggregate(java.lang.String[] values)
This function returns an aggregate value.
|
java.lang.String |
toLabel()
Returns a label.
|
java.lang.String |
toString() |
forType, hasParameterpublic java.lang.String aggregate(java.lang.String[] values)
AggregateFunctionaggregate in class AggregateFunction<T>public java.lang.String toLabel()
AggregateFunctiontoLabel in class AggregateFunction<T>public java.lang.String toString()
toString in class AggregateFunction<T>