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, getDataType
acceptable, evaluate, isDistinct, isValid, setDistinct
addArgument, getArgument, getArgumentCount, setArgument, setVariableContext, toString
getAlias, getLabel, getName, setAlias, setName
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
evaluate
isValid
addArgument, getAlias, getArgument, getArgumentCount, getName, setAlias, setArgument
evaluate, getDataType, getLabel, setVariableContext
public ConcreteFunction makeNewInstance()
makeNewInstance
in interface FunctionFactory
protected void setDistinct() throws AxionException
setDistinct
in class BaseAggregateFunction
AxionException
protected java.lang.Comparable evaluate(java.lang.Comparable src, java.lang.Comparable val)
evaluate
in class ComparableAggregateFunction