Class FirstProjectionExpression
java.lang.Object
com.espertech.esper.common.client.soda.ExpressionBase
com.espertech.esper.common.client.soda.AccessProjectionExpressionBase
com.espertech.esper.common.client.soda.FirstProjectionExpression
- All Implemented Interfaces:
Expression
,Serializable
Represents the "first" aggregation function.
- See Also:
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionReturns the function name of the aggregation function.Methods inherited from class com.espertech.esper.common.client.soda.AccessProjectionExpressionBase
getPrecedence, toPrecedenceFreeEPL
Methods inherited from class com.espertech.esper.common.client.soda.ExpressionBase
addChild, getChildren, getTreeObjectName, renderAggregation, setChildren, setTreeObjectName, toEPL, toPrecedenceFreeEPL, toPrecedenceFreeEPL
-
Constructor Details
-
FirstProjectionExpression
public FirstProjectionExpression()Ctor. -
FirstProjectionExpression
Ctor.- Parameters:
expression
- to aggregate
-
-
Method Details
-
getAggregationFunctionName
Description copied from class:AccessProjectionExpressionBase
Returns the function name of the aggregation function.- Specified by:
getAggregationFunctionName
in classAccessProjectionExpressionBase
- Returns:
- function name
-