Package | Description |
---|---|
com.espertech.esper.filter |
Main switchboard filtering and routing of incoming events to interested statements is performed in this package.
|
com.espertech.esper.filterspec |
Modifier and Type | Class and Description |
---|---|
class |
FilterForEvalConstantAnyType
Constant value in a list of values following an in-keyword.
|
class |
FilterForEvalConstantDouble
A Double-typed value as a filter parameter representing a range.
|
class |
FilterForEvalConstantString
A String-typed value as a filter parameter representing a range.
|
class |
FilterForEvalContextPropDouble |
class |
FilterForEvalContextPropMayCoerce
Event property value in a list of values following an in-keyword.
|
class |
FilterForEvalContextPropString |
class |
FilterForEvalEventPropDouble
An event property as a filter parameter representing a range.
|
class |
FilterForEvalEventPropIndexedDouble
An event property as a filter parameter representing a range.
|
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 | Interface and Description |
---|---|
interface |
FilterSpecParamFilterForEvalDouble |
interface |
FilterSpecParamInValue
Denotes a value for use by the in-keyword within a list of values
|
Modifier and Type | Method and Description |
---|---|
FilterSpecParamFilterForEval |
FilterSpecParamRange.getMax()
Returns the upper endpoint.
|
FilterSpecParamFilterForEval |
FilterSpecParamRange.getMin()
Returns the lower endpoint.
|
Constructor and Description |
---|
FilterSpecParamRange(ExprFilterSpecLookupable lookupable,
FilterOperator filterOperator,
FilterSpecParamFilterForEval min,
FilterSpecParamFilterForEval max)
Constructor.
|