Package | Description |
---|---|
com.espertech.esper.common.internal.compile.stage1.spec |
Contains EPL statement specification classes define the constructs that make up an EPL statement,
such as the list of items in the select clause, the insert-into stream name and property names etc.
|
com.espertech.esper.common.internal.compile.stage2 | |
com.espertech.esper.common.internal.filterspec |
Modifier and Type | Method and Description |
---|---|
FilterSpecParamForge[][] |
ContextSpecCategoryItem.getCompiledFilterParam() |
Modifier and Type | Method and Description |
---|---|
void |
ContextSpecCategoryItem.setCompiledFilterParam(FilterSpecParamForge[][] compiledFilterParam) |
Modifier and Type | Method and Description |
---|---|
FilterSpecParamForge[][] |
FilterSpecCompiled.getParameters()
Returns list of filter parameters.
|
protected static FilterSpecParamForge |
FilterSpecCompilerMakeParamUtil.makeFilterParam(ExprNode constituent,
LinkedHashMap<String,Pair<EventType,String>> arrayEventTypes,
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 FilterSpecParamForge[] |
FilterSpecCompiled.sortRemoveDups(List<FilterSpecParamForge> parameters) |
protected static FilterSpecParamForge[][] |
FilterSpecCompiled.sortRemoveDups(List<FilterSpecParamForge>[] parameters) |
Modifier and Type | Method and Description |
---|---|
Collection<FilterSpecParamForge> |
FilterSpecParaForgeMap.getFilterParams()
Returns all filter parameters.
|
Modifier and Type | Method and Description |
---|---|
void |
FilterSpecParaForgeMap.put(ExprNode exprNode,
FilterSpecParamForge param)
Add a node and filter param.
|
ExprNode |
FilterSpecParaForgeMap.removeEntry(FilterSpecParamForge param)
Removes a filter parameter and it's associated expression node
|
void |
FilterSpecParaForgeMap.removeValue(FilterSpecParamForge param)
Remove a filter parameter leaving the expression node in place.
|
Modifier and Type | Method and Description |
---|---|
protected static FilterSpecParamForge[] |
FilterSpecCompiled.sortRemoveDups(List<FilterSpecParamForge> parameters) |
Modifier and Type | Class and Description |
---|---|
class |
FilterSpecParamAdvancedIndexQuadTreeMXCIFForge |
class |
FilterSpecParamAdvancedIndexQuadTreePointRegionForge |
class |
FilterSpecParamConstantForge
This class represents a single, constant value filter parameter in an
FilterSpecActivatable filter specification. |
class |
FilterSpecParamContextPropForge |
class |
FilterSpecParamDeployTimeConstParamForge |
class |
FilterSpecParamEventPropForge
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
FilterSpecActivatable filter specification. |
class |
FilterSpecParamEventPropIndexedForge
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 filter specification.
|
class |
FilterSpecParamExprNodeForge
This class represents an arbitrary expression node returning a boolean value as a filter parameter in an
FilterSpecActivatable filter specification. |
class |
FilterSpecParamInForge
This class represents a 'in' filter parameter in an
FilterSpecActivatable filter specification. |
class |
FilterSpecParamRangeForge
This class represents a range filter parameter in an
FilterSpecActivatable filter specification. |
Modifier and Type | Field and Description |
---|---|
static FilterSpecParamForge[] |
FilterSpecParamForge.EMPTY_PARAM_ARRAY |
Modifier and Type | Method and Description |
---|---|
static FilterSpecParamForge[] |
FilterSpecParamForge.toArray(Collection<FilterSpecParamForge> coll) |
Modifier and Type | Method and Description |
---|---|
static CodegenMethod |
FilterSpecParamForge.makeParamArrayArrayCodegen(FilterSpecParamForge[][] forges,
CodegenClassScope classScope,
CodegenMethod parent) |
Modifier and Type | Method and Description |
---|---|
static FilterSpecParamForge[] |
FilterSpecParamForge.toArray(Collection<FilterSpecParamForge> coll) |
Copyright © 2005–2020. All rights reserved.