public class StatementLifecycleSvcUtil extends Object
Constructor and Description |
---|
StatementLifecycleSvcUtil() |
Modifier and Type | Method and Description |
---|---|
static void |
assignFilterSpecIds(FilterSpecCompiled filterSpec,
FilterSpecCompiled[] filterSpecsAll) |
static SelectClauseSpecCompiled |
compileSelectClause(SelectClauseSpecRaw spec) |
static boolean |
isWritesToTables(StatementSpecRaw statementSpec,
TableService tableService) |
static void |
walkStatement(StatementSpecRaw spec,
ExprNodeSubselectDeclaredDotVisitor visitor) |
static void |
walkStreamSpecs(StatementSpecRaw spec,
ExprNodeSubselectDeclaredDotVisitor visitor) |
public static void assignFilterSpecIds(FilterSpecCompiled filterSpec, FilterSpecCompiled[] filterSpecsAll)
public static void walkStatement(StatementSpecRaw spec, ExprNodeSubselectDeclaredDotVisitor visitor) throws ExprValidationException
ExprValidationException
public static void walkStreamSpecs(StatementSpecRaw spec, ExprNodeSubselectDeclaredDotVisitor visitor)
public static SelectClauseSpecCompiled compileSelectClause(SelectClauseSpecRaw spec)
public static boolean isWritesToTables(StatementSpecRaw statementSpec, TableService tableService)