|
||||||||||||
| 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.Avg
Avg aggregate function.
Avg applies to :
| Field Summary |
|---|
| Fields inherited from class org.objectweb.medor.filter.lib.BasicAggregateOperator |
|---|
distinct |
| Constructor Summary | |
|---|---|
Avg()
|
|
Avg(Expression e)
|
|
Avg(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 Avg()
public Avg(Expression e)
public Avg(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 | |||||||||||