Interface SqlAstQueryPartProcessingState

All Superinterfaces:
SqlAstProcessingState, SqlAstQueryNodeProcessingState
All Known Implementing Classes:
LoaderSqlAstCreationState, SqlAstQueryPartProcessingStateImpl

public interface SqlAstQueryPartProcessingState extends SqlAstQueryNodeProcessingState
SqlAstProcessingState specialization for query parts
  • 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.