org.objectweb.medor.filter.lib
Class Max
- AggregateOperator, UnaryOperator
Max aggregate function.
Max applies to :
- a FieldOperand, which is part of a NestedField.
- a Collection of values (TupleCollection), specifying which Field
is to be aggregated
- a Collection of values (Java Collection)
- Alexandre Lefebvre
Max(Expression e)
|
Max(Expression e, boolean distinct)
|
Max
public Max(Expression e)
Max
public Max(Expression e,
boolean distinct)
compileExpression
public Operand compileExpression()
throws ExpressionException,
MalformedExpressionException
evaluate
public org.objectweb.medor.expression.api.Operand evaluate(ParameterOperand[] pos,
Object o)
throws ExpressionException
getOperatorString
public String getOperatorString()