public class MaxFunction extends ComparableAggregateFunction implements AggregateFunction, FunctionFactory
_hash| Constructor and Description |
|---|
MaxFunction() |
| Modifier and Type | Method and Description |
|---|---|
protected java.lang.Comparable |
evaluate(java.lang.Comparable src,
java.lang.Comparable val) |
ConcreteFunction |
makeNewInstance() |
protected void |
setDistinct() |
evaluate, getDataTypeacceptable, evaluate, isDistinct, isValid, setDistinctaddArgument, getArgument, getArgumentCount, setArgument, setVariableContext, toStringgetAlias, getLabel, getName, setAlias, setNameclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitevaluateisValidaddArgument, getAlias, getArgument, getArgumentCount, getName, setAlias, setArgumentevaluate, getDataType, getLabel, setVariableContextpublic ConcreteFunction makeNewInstance()
makeNewInstance in interface FunctionFactoryprotected void setDistinct()
throws AxionException
setDistinct in class BaseAggregateFunctionAxionExceptionprotected java.lang.Comparable evaluate(java.lang.Comparable src,
java.lang.Comparable val)
evaluate in class ComparableAggregateFunction