Package | Description |
---|---|
com.espertech.esper.core.service.speccompiled | |
com.espertech.esper.epl.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.
|
Modifier and Type | Method and Description |
---|---|
static PatternStreamSpecCompiled |
StreamSpecCompiler.compile(PatternStreamSpecRaw streamSpecRaw,
StatementContext context,
java.util.Set<java.lang.String> eventTypeReferences,
boolean isInsertInto,
java.util.Collection<java.lang.Integer> assignedTypeNumberStack,
boolean isJoin,
boolean isContextDeclaration,
boolean isOnTrigger,
java.lang.String optionalStreamName) |
static PatternStreamSpecCompiled |
StreamSpecCompiler.compile(PatternStreamSpecRaw streamSpecRaw,
StatementContext context,
java.util.Set<java.lang.String> eventTypeReferences,
boolean isInsertInto,
java.util.Collection<java.lang.Integer> assignedTypeNumberStack,
MatchEventSpec priorTags,
java.util.Set<java.lang.String> priorAllTags,
boolean isJoin,
boolean isContextDeclaration,
boolean isOnTrigger) |
Modifier and Type | Method and Description |
---|---|
PatternStreamSpecCompiled |
ContextDetailConditionPattern.getPatternCompiled() |
Modifier and Type | Method and Description |
---|---|
void |
ContextDetailConditionPattern.setPatternCompiled(PatternStreamSpecCompiled patternCompiled) |