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 |
Modifier and Type | Method and Description |
---|---|
FilterSpecPlanForge |
ContextSpecCategoryItem.getFilterPlan() |
Modifier and Type | Method and Description |
---|---|
void |
ContextSpecCategoryItem.setFilterPlan(FilterSpecPlanForge filterPlan) |
Modifier and Type | Field and Description |
---|---|
static FilterSpecPlanForge |
FilterSpecPlanForge.EMPTY |
Modifier and Type | Method and Description |
---|---|
FilterSpecPlanForge |
FilterSpecCompiled.getParameters()
Returns list of filter parameters.
|
static FilterSpecPlanForge |
FilterSpecPlanForge.makePlanFromTriplets(Collection<FilterSpecPlanPathTripletForge> triplets,
ExprNode topLevelNegation,
FilterSpecCompilerArgs args) |
static FilterSpecPlanForge |
FilterSpecCompilerIndexPlanner.planFilterParameters(List<ExprNode> validatedNodes,
FilterSpecCompilerArgs args) |
protected static FilterSpecPlanForge |
FilterSpecCompilerIndexPlannerWidthBasic.planRemainingNodesBasic(FilterSpecParaForgeMap overallExpressions,
FilterSpecCompilerArgs args,
int filterServiceMaxFilterWidth) |
protected static FilterSpecPlanForge |
FilterSpecCompilerIndexPlannerWidthWithConditions.planRemainingNodesWithConditions(FilterSpecParaForgeMap overallExpressions,
FilterSpecCompilerArgs args,
int filterServiceMaxFilterWidth,
ExprNode topLevelNegator) |
protected static FilterSpecPlanForge |
FilterSpecCompiled.sortRemoveDups(FilterSpecPlanForge parameters) |
Modifier and Type | Method and Description |
---|---|
boolean |
FilterSpecPlanForge.equalsFilter(FilterSpecPlanForge other) |
void |
FilterSpecCompileHook.filterIndexPlan(EventType eventType,
List<ExprNode> validatedNodes,
FilterSpecPlanForge plan) |
protected static FilterSpecPlanForge |
FilterSpecCompiled.sortRemoveDups(FilterSpecPlanForge parameters) |
Constructor and Description |
---|
FilterSpecCompiled(EventType eventType,
String eventTypeName,
FilterSpecPlanForge filterParameters,
PropertyEvaluatorForge optionalPropertyEvaluator)
Constructor - validates parameter list against event type, throws exception if invalid
property names or mismatcing filter operators are found.
|
Copyright © 2005–2022. All rights reserved.