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 |
---|---|
static AnnotationPart[] |
PatternLevelAnnotationUtil.annotationsFromSpec(PatternStreamSpecRaw pattern) |
Modifier and Type | Method and Description |
---|---|
static StreamSpecCompiledDesc |
StreamSpecCompiler.compilePattern(PatternStreamSpecRaw streamSpecRaw,
boolean isJoin,
boolean isContextDeclaration,
boolean isOnTrigger,
int streamNum,
StatementRawInfo statementRawInfo,
StatementCompileTimeServices services) |
static StreamSpecCompiledDesc |
StreamSpecCompiler.compilePatternWTags(PatternStreamSpecRaw streamSpecRaw,
MatchEventSpec tags,
Set<String> priorAllTags,
boolean isJoin,
boolean isContextDeclaration,
boolean isOnTrigger,
int streamNum,
StatementRawInfo statementRawInfo,
StatementCompileTimeServices services) |
Copyright © 2005–2021. All rights reserved.