public class AggregationServiceAggExpressionDesc extends Object
Constructor and Description |
---|
AggregationServiceAggExpressionDesc(ExprAggregateNode aggregationNode,
AggregationForgeFactory factory)
Ctor.
|
Modifier and Type | Method and Description |
---|---|
void |
addEquivalent(ExprAggregateNode aggNodeToAdd)
Add an equivalent aggregation function node
|
ExprAggregateNode |
getAggregationNode()
Returns the expression.
|
List<ExprAggregateNode> |
getEquivalentNodes()
Returns the equivalent aggregation functions.
|
AggregationForgeFactory |
getFactory()
Returns the method factory.
|
void |
setColumnNum(Integer columnNum)
Assigns a column number.
|
public AggregationServiceAggExpressionDesc(ExprAggregateNode aggregationNode, AggregationForgeFactory factory)
aggregationNode
- expressionfactory
- method factorypublic List<ExprAggregateNode> getEquivalentNodes()
public AggregationForgeFactory getFactory()
public void setColumnNum(Integer columnNum)
columnNum
- column numberpublic void addEquivalent(ExprAggregateNode aggNodeToAdd)
aggNodeToAdd
- node to addpublic ExprAggregateNode getAggregationNode()
Copyright © 2005–2018. All rights reserved.