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 | Class and Description |
---|---|
class |
DBStatementStreamSpec
Specification object for historical data poll via database SQL statement.
|
class |
FilterStreamSpecRaw
Unvalided filter-based stream specification.
|
class |
MethodStreamSpec
Specification object for historical data poll via database SQL statement.
|
class |
PatternStreamSpecRaw
Pattern specification in unvalidated, unoptimized form.
|
Modifier and Type | Method and Description |
---|---|
List<StreamSpecRaw> |
StatementSpecRaw.getStreamSpecs()
Returns the FROM-clause stream definitions.
|
Modifier and Type | Method and Description |
---|---|
static StreamSpecCompiledDesc |
StreamSpecCompiler.compile(StreamSpecRaw spec,
boolean isJoin,
boolean isContextDeclaration,
boolean isOnTrigger,
String optionalStreamName,
int streamNum,
StatementRawInfo statementRawInfo,
StatementCompileTimeServices services) |
Copyright © 2005–2022. All rights reserved.