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.core |
Modifier and Type | Method and Description |
---|---|
EvalRootForgeNode |
PatternStreamSpecCompiled.getRoot()
Returns the pattern expression evaluation node for the top pattern operator.
|
Constructor and Description |
---|
PatternStreamSpecCompiled(EvalRootForgeNode root,
LinkedHashMap<String,Pair<EventType,String>> taggedEventTypes,
LinkedHashMap<String,Pair<EventType,String>> arrayEventTypes,
LinkedHashSet<String> allTags,
ViewSpec[] viewSpecs,
String optionalStreamName,
StreamSpecOptions streamSpecOptions,
boolean suppressSameEventMatches,
boolean discardPartialsOnMatch) |
Modifier and Type | Method and Description |
---|---|
void |
PatternCompileHook.pattern(EvalRootForgeNode root) |
Copyright © 2005–2020. All rights reserved.