|
||||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.ObjectBasicUnaryOperator
org.objectweb.medor.filter.lib.BasicAggregateOperator
org.objectweb.medor.filter.lib.Min
Min aggregate function.
Min applies to :
Field Summary |
---|
Fields inherited from class org.objectweb.medor.filter.lib.BasicAggregateOperator |
---|
distinct |
Constructor Summary | |
---|---|
Min(Expression e)
|
|
Min(Expression e,
boolean distinct)
|
Method Summary | |
---|---|
Operand |
compileExpression()
|
Operand |
evaluate(ParameterOperand[] pos,
java.lang.Object o)
|
java.lang.String |
getOperatorString()
|
Methods inherited from class org.objectweb.medor.filter.lib.BasicAggregateOperator |
---|
clone, getDistinct, setDistinct |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public Min(Expression e)
public Min(Expression e, boolean distinct)
Method Detail |
public java.lang.String getOperatorString()
public Operand compileExpression() throws ExpressionException, MalformedExpressionException
ExpressionException
MalformedExpressionException
public Operand evaluate(ParameterOperand[] pos, java.lang.Object o) throws ExpressionException
ExpressionException
|
||||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |