Modifier and Type | Method and Description |
---|---|
StatementSpecRaw |
CompilerServices.parseWalk(String epl,
StatementSpecMapEnv mapEnv) |
Modifier and Type | Method and Description |
---|---|
static StatementSpecRaw |
StatementSpecMapper.map(EPStatementObjectModel sodaStatement,
StatementSpecMapEnv mapEnv) |
Modifier and Type | Method and Description |
---|---|
static StatementSpecUnMapResult |
StatementSpecMapper.unmap(StatementSpecRaw statementSpec)
Maps the internal representation of a statement to the SODA object model.
|
Constructor and Description |
---|
ExpressionCopier(StatementSpecRaw statementSpecRaw,
ContextCompileTimeDescriptor contextCompileTimeDescriptor,
StatementCompileTimeServices services,
ExprNodeSubselectDeclaredDotVisitor visitor) |
Modifier and Type | Method and Description |
---|---|
StatementSpecRaw |
StatementSpecCompiled.getRaw() |
Modifier and Type | Method and Description |
---|---|
static StatementSpecCompiled |
StatementRawCompiler.compile(StatementSpecRaw spec,
Compilable compilable,
boolean isSubquery,
boolean isOnDemandQuery,
Annotation[] annotations,
List<ExprSubselectNode> subselectNodes,
List<ExprTableAccessNode> tableAccessNodes,
StatementRawInfo statementRawInfo,
StatementCompileTimeServices compileTimeServices) |
static boolean |
StatementLifecycleSvcUtil.determineHasTableAccess(List<ExprSubselectNode> subselectNodes,
StatementSpecRaw statementSpecRaw,
TableCompileTimeResolver tableCompileTimeResolver) |
static boolean |
StatementLifecycleSvcUtil.isWritesToTables(StatementSpecRaw statementSpec,
TableCompileTimeResolver tableCompileTimeResolver) |
Constructor and Description |
---|
StatementSpecCompiled(StatementSpecRaw raw,
StreamSpecCompiled[] streamSpecs,
SelectClauseSpecCompiled selectClauseCompiled,
Annotation[] annotations,
GroupByClauseExpressions groupByExpressions,
List<ExprSubselectNode> subselectNodes,
List<ExprDeclaredNode> exprDeclaredNodes,
List<ExprTableAccessNode> tableAccessNodes) |
Modifier and Type | Method and Description |
---|---|
static StatementType |
StatementTypeUtil.getStatementType(StatementSpecRaw statementSpec) |
Modifier and Type | Method and Description |
---|---|
StatementSpecRaw |
ExprSubselectNode.getStatementSpecRaw()
Returns the uncompiled statement spec.
|
Constructor and Description |
---|
ExprSubselectAllSomeAnyNode(StatementSpecRaw statementSpec,
boolean not,
boolean all,
RelationalOpEnum relationalOpEnum)
Ctor.
|
ExprSubselectExistsNode(StatementSpecRaw statementSpec) |
ExprSubselectInNode(StatementSpecRaw statementSpec,
boolean isNotIn) |
ExprSubselectNode(StatementSpecRaw statementSpec)
Ctor.
|
ExprSubselectRowNode(StatementSpecRaw statementSpec)
Ctor.
|
Modifier and Type | Method and Description |
---|---|
static List<ExprNode> |
StatementSpecRawWalkerExpr.collectExpressionsShallow(StatementSpecRaw raw) |
static void |
StatementSpecRawWalkerSubselectAndDeclaredDot.walkStreamSpecs(StatementSpecRaw spec,
ExprNodeSubselectDeclaredDotVisitor visitor) |
static ExprNodeSubselectDeclaredDotVisitor |
StatementSpecRawWalkerSubselectAndDeclaredDot.walkSubselectAndDeclaredDotExpr(StatementSpecRaw spec) |
static void |
StatementSpecRawWalkerSubselectAndDeclaredDot.walkSubselectAndDeclaredDotExpr(StatementSpecRaw spec,
ExprNodeSubselectDeclaredDotVisitor visitor) |
Modifier and Type | Method and Description |
---|---|
static ExprNode |
EPStatementStartMethodHelperValidate.validateNodes(StatementSpecRaw statementSpec,
StreamTypeService typeService,
ViewResourceDelegateExpr viewResourceDelegate,
StatementRawInfo statementRawInfo,
StatementCompileTimeServices compileTimeServices) |
Copyright © 2005–2018. All rights reserved.