T
- public static class AggregateFunction.GenericGeometricMeanOfBounds<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, hasParameter
public java.lang.String aggregate(java.lang.String[] values)
AggregateFunction
aggregate
in class AggregateFunction<T>
public java.lang.String toLabel()
AggregateFunction
toLabel
in class AggregateFunction<T>
public java.lang.String toString()
toString
in class AggregateFunction<T>