![]() | PreviousExpressionType Class |
Namespace: com.espertech.esper.common.client.soda
public sealed class PreviousExpressionType : Enum
The PreviousExpressionType type exposes the following members.
Name | Description | |
---|---|---|
![]() ![]() | PREV |
Returns a previous event with the index counting from the last event
towards the first event.
|
![]() ![]() | PREVCOUNT |
Returns the count of previous events.
|
![]() ![]() | PREVTAIL |
Returns a previous event with the index counting from the first event
towards the last event.
|
![]() ![]() | PREVWINDOW |
Returns all previous events.
|
![]() | value__ |