Interface SqlAstQueryPartProcessingState
- All Superinterfaces:
SqlAstProcessingState, SqlAstQueryNodeProcessingState
SqlAstProcessingState specialization for query parts
-
Method Summary
Modifier and TypeMethodDescriptionGet the QueryPart being processed as part of this state.Methods inherited from interface SqlAstProcessingState
getParentState, getSqlAstCreationState, getSqlExpressionResolver, isTopLevelMethods inherited from interface SqlAstQueryNodeProcessingState
applyPredicate, getFromClause, getFromRegistrations, registerFromUsage, registerTreatedFrom
-
Method Details
-
getInflightQueryPart
QueryPart getInflightQueryPart()Get the QueryPart being processed as part of this state. It is considered in-flight as it is probably still being built.
-