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 |
FilterSpecParamAdvancedIndexQuadTreeMXCIF |
class |
FilterSpecParamAdvancedIndexQuadTreePointRegion |
class |
FilterSpecParamConstant
This class represents a single, constant value filter parameter in an
FilterSpecCompiled filter specification. |
class |
FilterSpecParamContextProp
This class represents a filter parameter containing a reference to a context property.
|
class |
FilterSpecParamEventProp
This class represents a filter parameter containing a reference to another event's property
in the event pattern result, for use to describe a filter parameter in a
FilterSpecCompiled filter specification. |
class |
FilterSpecParamEventPropIndexed
This class represents a filter parameter containing a reference to another event's property
in the event pattern result, for use to describe a filter parameter in a
FilterSpecCompiled filter specification. |
class |
FilterSpecParamExprNode
This class represents an arbitrary expression node returning a boolean value as a filter parameter in an
FilterSpecCompiled filter specification. |
class |
FilterSpecParamIn
This class represents a 'in' filter parameter in an
FilterSpecCompiled filter specification. |
class |
FilterSpecParamRange
This class represents a range filter parameter in an
FilterSpecCompiled filter specification. |
Modifier and Type | Field and Description |
---|---|
static FilterSpecParam[] |
FilterSpecParam.EMPTY_PARAM_ARRAY |
Modifier and Type | Method and Description |
---|---|
FilterSpecParam[][] |
FilterSpecCompiled.getParameters()
Returns list of filter parameters.
|
protected static FilterSpecParam |
FilterSpecCompilerMakeParamUtil.makeFilterParam(ExprNode constituent,
LinkedHashMap<String,Pair<EventType,String>> arrayEventTypes,
ExprEvaluatorContext exprEvaluatorContext,
String statementName)
For a given expression determine if this is optimizable and create the filter parameter
representing the expression, or null if not optimizable.
|
protected static FilterSpecParam[] |
FilterSpecCompiled.sortRemoveDups(List<FilterSpecParam> parameters) |
protected static FilterSpecParam[][] |
FilterSpecCompiled.sortRemoveDups(List<FilterSpecParam>[] parameters) |
static FilterSpecParam[] |
FilterSpecParam.toArray(Collection<FilterSpecParam> coll) |
Modifier and Type | Method and Description |
---|---|
Collection<FilterSpecParam> |
FilterParamExprMap.getFilterParams()
Returns all filter parameters.
|
Modifier and Type | Method and Description |
---|---|
void |
FilterParamExprMap.put(ExprNode exprNode,
FilterSpecParam param)
Add a node and filter param.
|
ExprNode |
FilterParamExprMap.removeEntry(FilterSpecParam param)
Removes a filter parameter and it's associated expression node
|
void |
FilterParamExprMap.removeValue(FilterSpecParam param)
Remove a filter parameter leaving the expression node in place.
|
Modifier and Type | Method and Description |
---|---|
protected static FilterSpecParam[] |
FilterSpecCompiled.sortRemoveDups(List<FilterSpecParam> parameters) |
static FilterSpecParam[] |
FilterSpecParam.toArray(Collection<FilterSpecParam> coll) |