org.objectweb.medor.filter.lib
Class Min
- AggregateOperator, UnaryOperator
Min aggregate function.
Min 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
Min(Expression e)
|
Min(Expression e, boolean distinct)
|
Min
public Min(Expression e)
Min
public Min(Expression e,
boolean distinct)
compileExpression
public Operand compileExpression()
throws ExpressionException,
MalformedExpressionException
evaluate
public Operand evaluate(ParameterOperand[] pos,
Object o)
throws ExpressionException
getOperatorString
public String getOperatorString()