public class LastEverProjectionExpression extends ExpressionBase
Constructor and Description |
---|
LastEverProjectionExpression()
Ctor.
|
LastEverProjectionExpression(boolean isDistinct)
Ctor.
|
LastEverProjectionExpression(Expression expression,
boolean isDistinct)
Ctor.
|
Modifier and Type | Method and Description |
---|---|
boolean |
getDistinct()
Returns true for distinct.
|
ExpressionPrecedenceEnum |
getPrecedence()
Returns precedence.
|
boolean |
isDistinct()
Returns true for distinct.
|
void |
setDistinct(boolean distinct)
Set to true for distinct.
|
void |
toPrecedenceFreeEPL(StringWriter writer)
Renders the expressions and all it's child expression, in full tree depth, as a string in
language syntax.
|
addChild, getChildren, getTreeObjectName, renderAggregation, setChildren, setTreeObjectName, toEPL, toPrecedenceFreeEPL, toPrecedenceFreeEPL
public LastEverProjectionExpression()
public LastEverProjectionExpression(boolean isDistinct)
isDistinct
- true for distinctpublic LastEverProjectionExpression(Expression expression, boolean isDistinct)
expression
- to aggregateisDistinct
- true for distinctpublic ExpressionPrecedenceEnum getPrecedence()
Expression
public void toPrecedenceFreeEPL(StringWriter writer)
ExpressionBase
toPrecedenceFreeEPL
in class ExpressionBase
writer
- is the output to usepublic boolean isDistinct()
public boolean getDistinct()
public void setDistinct(boolean distinct)
distinct
- indicating distinct or not