Class CalciteMetaImpl.CalciteMetaTable

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

    private static class CalciteMetaImpl.CalciteMetaTable
    extends org.apache.calcite.avatica.MetaImpl.MetaTable
    Metadata describing a Calcite table.
    • Field Summary

      Fields 
      Modifier and Type Field Description
      private Table calciteTable  
      • Fields inherited from class org.apache.calcite.avatica.MetaImpl.MetaTable

        refGeneration, remarks, selfReferencingColName, tableCat, tableName, tableSchem, tableType, typeCat, typeName, typeSchem
    • Constructor Summary

      Constructors 
      Constructor Description
      CalciteMetaTable​(Table calciteTable, java.lang.String tableCat, java.lang.String tableSchem, java.lang.String tableName)  
    • Method Summary

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

        getName
      • Methods inherited from class java.lang.Object

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

      • calciteTable

        private final Table calciteTable
    • Constructor Detail

      • CalciteMetaTable

        CalciteMetaTable​(Table calciteTable,
                         java.lang.String tableCat,
                         java.lang.String tableSchem,
                         java.lang.String tableName)