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.epl.pattern.filter |
Modifier and Type | Method and Description |
---|---|
FilterSpecRaw |
ContextSpecKeyedItem.getFilterSpecRaw() |
FilterSpecRaw |
ContextSpecHashItem.getFilterSpecRaw() |
FilterSpecRaw |
ContextSpecConditionFilter.getFilterSpecRaw() |
FilterSpecRaw |
ContextSpecCategory.getFilterSpecRaw() |
FilterSpecRaw |
FilterStreamSpecRaw.getRawFilterSpec()
Returns the unvalided filter spec.
|
Constructor and Description |
---|
ContextSpecCategory(List<ContextSpecCategoryItem> items,
FilterSpecRaw filterSpecRaw) |
ContextSpecConditionFilter(FilterSpecRaw filterSpecRaw,
String optionalFilterAsName) |
ContextSpecHashItem(Chainable function,
FilterSpecRaw filterSpecRaw) |
ContextSpecKeyedItem(FilterSpecRaw filterSpecRaw,
List<String> propertyNames,
String aliasName) |
FilterStreamSpecRaw(FilterSpecRaw rawFilterSpec,
ViewSpec[] viewSpecs,
String optionalStreamName,
StreamSpecOptions streamSpecOptions)
Ctor.
|
Modifier and Type | Method and Description |
---|---|
FilterSpecRaw |
EvalFilterForgeNode.getRawFilterSpec()
Returns the raw (unoptimized/validated) filter definition.
|
Constructor and Description |
---|
EvalFilterForgeNode(boolean attachPatternText,
FilterSpecRaw filterSpecification,
String eventAsName,
Integer consumptionLevel)
Constructor.
|
Copyright © 2005–2022. All rights reserved.