Class CalciteMetaImpl.CalciteMetaSchema

  • All Implemented Interfaces:
    org.apache.calcite.avatica.MetaImpl.Named
    Enclosing class:
    CalciteMetaImpl

    private static class CalciteMetaImpl.CalciteMetaSchema
    extends org.apache.calcite.avatica.MetaImpl.MetaSchema
    Metadata describing a Calcite schema.
    • Field Summary

      Fields 
      Modifier and Type Field Description
      private CalciteSchema calciteSchema  
      • Fields inherited from class org.apache.calcite.avatica.MetaImpl.MetaSchema

        tableCatalog, tableSchem
    • Constructor Summary

      Constructors 
      Constructor Description
      CalciteMetaSchema​(CalciteSchema calciteSchema, java.lang.String tableCatalog, java.lang.String tableSchem)  
    • Method Summary

      • Methods inherited from class org.apache.calcite.avatica.MetaImpl.MetaSchema

        getName
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • CalciteMetaSchema

        CalciteMetaSchema​(CalciteSchema calciteSchema,
                          java.lang.String tableCatalog,
                          java.lang.String tableSchem)