Class CountStarProjectionExpression
java.lang.Object
com.espertech.esper.common.client.soda.ExpressionBase
com.espertech.esper.common.client.soda.CountStarProjectionExpression
- All Implemented Interfaces:
Expression
,Serializable
Count of (distinct) rows, equivalent to "count(*)"
- See Also:
-
Constructor Summary
ConstructorDescriptionCtor - for use to create an expression tree, without inner expression. -
Method Summary
Modifier and TypeMethodDescriptionReturns precedence.void
toPrecedenceFreeEPL
(StringWriter writer) Renders the expressions and all it's child expression, in full tree depth, as a string in language syntax.Methods inherited from class com.espertech.esper.common.client.soda.ExpressionBase
addChild, getChildren, getTreeObjectName, renderAggregation, setChildren, setTreeObjectName, toEPL, toPrecedenceFreeEPL, toPrecedenceFreeEPL
-
Constructor Details
-
CountStarProjectionExpression
public CountStarProjectionExpression()Ctor - for use to create an expression tree, without inner expression.
-
-
Method Details
-
getPrecedence
Description copied from interface:Expression
Returns precedence.- Returns:
- precedence
-
toPrecedenceFreeEPL
Description copied from class:ExpressionBase
Renders the expressions and all it's child expression, in full tree depth, as a string in language syntax.- Specified by:
toPrecedenceFreeEPL
in classExpressionBase
- Parameters:
writer
- is the output to use
-