public class TableColumnDescAgg extends TableColumnDesc
Constructor and Description |
---|
TableColumnDescAgg(int positionInDeclaration,
String columnName,
ExprAggregateNode aggregation,
EventType optionalAssociatedType) |
Modifier and Type | Method and Description |
---|---|
ExprAggregateNode |
getAggregation() |
EventType |
getOptionalAssociatedType() |
getColumnName, getPositionInDeclaration
public TableColumnDescAgg(int positionInDeclaration, String columnName, ExprAggregateNode aggregation, EventType optionalAssociatedType)
public ExprAggregateNode getAggregation()
public EventType getOptionalAssociatedType()