T
- public static class AggregateFunction.GenericCommonPrefix<T> extends AggregateFunction.AggregateFunctionWithParameter<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 |
---|---|
boolean |
acceptsParameter(java.lang.String parameter)
Returns whether the function accepts this parameter.
|
java.lang.String |
aggregate(java.lang.String[] values)
This function returns an aggregate value.
|
java.lang.String |
getParameter()
Returns the parameter.
|
AggregateFunction.AggregateFunctionWithParameter<T> |
newInstance(java.lang.String parameter)
Creates a new instance with the given parameter.
|
java.lang.String |
toLabel()
Returns a label.
|
java.lang.String |
toString() |
forType, hasParameter
public boolean acceptsParameter(java.lang.String parameter)
AggregateFunction.AggregateFunctionWithParameter
acceptsParameter
in class AggregateFunction.AggregateFunctionWithParameter<T>
public java.lang.String aggregate(java.lang.String[] values)
AggregateFunction
aggregate
in class AggregateFunction<T>
public java.lang.String getParameter()
AggregateFunction.AggregateFunctionWithParameter
getParameter
in class AggregateFunction.AggregateFunctionWithParameter<T>
public AggregateFunction.AggregateFunctionWithParameter<T> newInstance(java.lang.String parameter)
AggregateFunction.AggregateFunctionWithParameter
newInstance
in class AggregateFunction.AggregateFunctionWithParameter<T>
public java.lang.String toLabel()
AggregateFunction
toLabel
in class AggregateFunction<T>
public java.lang.String toString()
toString
in class AggregateFunction<T>