Package | Description |
---|---|
com.espertech.esper.common.client.soda |
This package defines the Esper statement object model.
|
Modifier and Type | Method and Description |
---|---|
PreviousExpressionType |
PreviousExpression.getType()
Returns the type of the previous expression (tail, first, window, count)
|
static PreviousExpressionType |
PreviousExpressionType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static PreviousExpressionType[] |
PreviousExpressionType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
PreviousExpression.setType(PreviousExpressionType type)
Sets the type of the previous expression (tail, first, window, count)
|
Constructor and Description |
---|
PreviousExpression(PreviousExpressionType type,
Expression expression)
Ctor.
|
Copyright © 2005–2022. All rights reserved.