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.context.activator |
Modifier and Type | Method and Description |
---|---|
PatternStreamSpecCompiled |
ContextSpecConditionPattern.getPatternCompiled() |
Modifier and Type | Method and Description |
---|---|
void |
ContextSpecConditionPattern.setPatternCompiled(PatternStreamSpecCompiled patternCompiled) |
Modifier and Type | Method and Description |
---|---|
static PatternStreamSpecCompiled |
StreamSpecCompiler.compilePattern(PatternStreamSpecRaw streamSpecRaw,
Set<String> eventTypeReferences,
boolean isInsertInto,
boolean isJoin,
boolean isContextDeclaration,
boolean isOnTrigger,
String optionalStreamName,
int streamNum,
StatementRawInfo statementRawInfo,
StatementCompileTimeServices services) |
static PatternStreamSpecCompiled |
StreamSpecCompiler.compilePatternWTags(PatternStreamSpecRaw streamSpecRaw,
Set<String> eventTypeReferences,
boolean isInsertInto,
MatchEventSpec tags,
Set<String> priorAllTags,
boolean isJoin,
boolean isContextDeclaration,
boolean isOnTrigger,
int streamNum,
StatementRawInfo statementRawInfo,
StatementCompileTimeServices services) |
Modifier and Type | Method and Description |
---|---|
static MapEventType |
ViewableActivatorPatternForge.makeRegisterPatternType(StatementBaseInfo base,
int stream,
PatternStreamSpecCompiled patternStreamSpec,
StatementCompileTimeServices services) |
Constructor and Description |
---|
ViewableActivatorPatternForge(EventType eventType,
PatternStreamSpecCompiled spec,
PatternContext patternContext,
boolean isCanIterate) |
Copyright © 2005–2019. All rights reserved.