public class LastProjectionExpression extends AccessProjectionExpressionBase
Constructor and Description |
---|
LastProjectionExpression()
Ctor.
|
LastProjectionExpression(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 LastProjectionExpression()
public LastProjectionExpression(Expression expression)
expression
- to aggregatepublic String getAggregationFunctionName()
AccessProjectionExpressionBase
getAggregationFunctionName
in class AccessProjectionExpressionBase