|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.espertech.esper.epl.agg.service.AggregationServiceAggExpressionDesc
public class AggregationServiceAggExpressionDesc
Constructor Summary | |
---|---|
AggregationServiceAggExpressionDesc(ExprAggregateNode aggregationNode,
AggregationMethodFactory factory)
Ctor. |
Method Summary | |
---|---|
void |
addEquivalent(ExprAggregateNode aggNodeToAdd)
Add an equivalent aggregation function node |
void |
assignFuture(AggregationResultFuture service)
Assigns a future to the expression |
ExprAggregateNode |
getAggregationNode()
Returns the expression. |
java.lang.Integer |
getColumnNum()
|
java.util.List<ExprAggregateNode> |
getEquivalentNodes()
Returns the equivalent aggregation functions. |
AggregationMethodFactory |
getFactory()
Returns the method factory. |
void |
setColumnNum(java.lang.Integer columnNum)
Assigns a column number. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public AggregationServiceAggExpressionDesc(ExprAggregateNode aggregationNode, AggregationMethodFactory factory)
aggregationNode
- expressionfactory
- method factoryMethod Detail |
---|
public java.util.List<ExprAggregateNode> getEquivalentNodes()
public AggregationMethodFactory getFactory()
public void setColumnNum(java.lang.Integer columnNum)
columnNum
- column numberpublic void addEquivalent(ExprAggregateNode aggNodeToAdd)
aggNodeToAdd
- node to addpublic ExprAggregateNode getAggregationNode()
public java.lang.Integer getColumnNum()
public void assignFuture(AggregationResultFuture service)
service
- the future
|
© 2006-2015 EsperTech Inc. All rights reserved. Visit us at espertech.com |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |