![]() | Filter Class |
Namespace: com.espertech.esper.common.client.soda
[SerializableAttribute] public class Filter
The Filter type exposes the following members.
Name | Description | |
---|---|---|
![]() | Filter |
Ctor.
|
![]() | Filter(String) |
Ctor.
|
![]() | Filter(String, Expression) |
Ctor.
|
Name | Description | |
---|---|---|
![]() | EventTypeName |
Returns the name of the event type to filter for.
|
![]() | FilterExpression |
Returns the optional filter expression that tests the event, or null if no filter expression was defined.
|
![]() | OptionalPropertySelects |
Returns contained-event spec.
|
Name | Description | |
---|---|---|
![]() ![]() | Create(String) |
Creates a filter to the given named event type.
|
![]() ![]() | Create(String, Expression) |
Creates a filter to the given named event type and filter expression.
|
![]() | ToEPL |
Returns a textual representation of the filter.
|