public class WindowProjectionExpression extends AccessProjectionExpressionBase
Constructor and Description |
---|
WindowProjectionExpression()
Ctor.
|
WindowProjectionExpression(Expression expression)
Ctor.
|
Modifier and Type | Method and Description |
---|---|
String |
getAggregationFunctionName()
Returns the function name of the aggregation function.
|
getPrecedence, toPrecedenceFreeEPL
addChild, getChildren, getTreeObjectName, renderAggregation, setChildren, setTreeObjectName, toEPL, toPrecedenceFreeEPL, toPrecedenceFreeEPL
public WindowProjectionExpression()
public WindowProjectionExpression(Expression expression)
expression
- to aggregatepublic String getAggregationFunctionName()
AccessProjectionExpressionBase
getAggregationFunctionName
in class AccessProjectionExpressionBase