Interface SqlAstQueryPartProcessingState

    • Method Detail

      • 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.
      • getTreatRegistrations

        Map<TableGroup,​Map<EntityDomainType<?>,​Boolean>> getTreatRegistrations()
        The treat registrations. The boolean indicates whether the treat is used in the query part.