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 |
InSetOfValuesConstant
Constant value in a list of values following an in-keyword.
|
class |
InSetOfValuesContextProp
Event property value in a list of values following an in-keyword.
|
class |
InSetOfValuesEventProp
Event property value in a list of values following an in-keyword.
|
class |
InSetOfValuesEventPropIndexed
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.
|