Package | Description |
---|---|
com.espertech.esper.filter |
Main switchboard filtering and routing of incoming events to interested statements is performed in this package.
|
Modifier and Type | Class and Description |
---|---|
class |
FilterForEvalConstantAnyType
Constant value in a list of values following an in-keyword.
|
class |
FilterForEvalContextPropMayCoerce
Event property value in a list of values following an in-keyword.
|
class |
FilterForEvalEventPropIndexedMayCoerce
Event property value in a list of values following an in-keyword.
|
class |
FilterForEvalEventPropMayCoerce
Event property value in a list of values following an in-keyword.
|
Modifier and Type | Method and Description |
---|---|
List<FilterSpecParamInValue> |
FilterSpecParamIn.getListOfValues()
Returns the list of values we are asking to match.
|
Constructor and Description |
---|
FilterSpecParamIn(FilterSpecLookupable lookupable,
FilterOperator filterOperator,
List<FilterSpecParamInValue> listofValues)
Ctor.
|