Class SqlValidatorImpl.IdInfo

  • Enclosing class:
    SqlValidatorImpl

    protected static class SqlValidatorImpl.IdInfo
    extends Object
    Information about an identifier in a particular scope.
    • Field Summary

      Fields 
      Modifier and Type Field Description
      org.apache.calcite.sql.SqlIdentifier id  
      org.apache.calcite.sql.validate.SqlValidatorScope scope  
    • Constructor Summary

      Constructors 
      Constructor Description
      IdInfo​(org.apache.calcite.sql.validate.SqlValidatorScope scope, org.apache.calcite.sql.SqlIdentifier id)  
    • Field Detail

      • scope

        public final org.apache.calcite.sql.validate.SqlValidatorScope scope
      • id

        public final org.apache.calcite.sql.SqlIdentifier id
    • Constructor Detail

      • IdInfo

        public IdInfo​(org.apache.calcite.sql.validate.SqlValidatorScope scope,
                      org.apache.calcite.sql.SqlIdentifier id)