com.espertech.esper.client.soda
Class WindowProjectionExpression

java.lang.Object
  extended by com.espertech.esper.client.soda.ExpressionBase
      extended by com.espertech.esper.client.soda.AccessProjectionExpressionBase
          extended by com.espertech.esper.client.soda.WindowProjectionExpression
All Implemented Interfaces:
Expression, java.io.Serializable

public class WindowProjectionExpression
extends AccessProjectionExpressionBase

Represents the "window" aggregation function.

See Also:
Serialized Form

Constructor Summary
WindowProjectionExpression()
          Ctor.
WindowProjectionExpression(Expression expression)
          Ctor.
 
Method Summary
 java.lang.String getAggregationFunctionName()
          Returns the function name of the aggregation function.
 
Methods inherited from class com.espertech.esper.client.soda.AccessProjectionExpressionBase
getPrecedence, toPrecedenceFreeEPL
 
Methods inherited from class com.espertech.esper.client.soda.ExpressionBase
addChild, getChildren, getTreeObjectName, renderAggregation, setChildren, setTreeObjectName, toEPL, toPrecedenceFreeEPL, toPrecedenceFreeEPL
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

WindowProjectionExpression

public WindowProjectionExpression()
Ctor.


WindowProjectionExpression

public WindowProjectionExpression(Expression expression)
Ctor.

Parameters:
expression - to aggregate
Method Detail

getAggregationFunctionName

public java.lang.String getAggregationFunctionName()
Description copied from class: AccessProjectionExpressionBase
Returns the function name of the aggregation function.

Specified by:
getAggregationFunctionName in class AccessProjectionExpressionBase
Returns:
function name

© 2006-2015 EsperTech Inc.
All rights reserved.
Visit us at espertech.com