java.lang.Object
org.apache.flink.table.gateway.api.results.TableInfo

@PublicEvolving public class TableInfo extends Object
Information of the table or view.

Note: It is not equivalent to the CatalogTable that also contains Schema. The invoker can get basic information for the table without to read all information in the remote catalog.

  • Constructor Summary

    Constructors
    Constructor
    Description
    TableInfo(org.apache.flink.table.catalog.ObjectIdentifier identifier, org.apache.flink.table.catalog.CatalogBaseTable.TableKind tableKind)
     
  • Method Summary

    Modifier and Type
    Method
    Description
    boolean
     
    org.apache.flink.table.catalog.ObjectIdentifier
     
    org.apache.flink.table.catalog.CatalogBaseTable.TableKind
     
    int
     
     

    Methods inherited from class java.lang.Object

    clone, finalize, getClass, notify, notifyAll, wait, wait, wait
  • Constructor Details

    • TableInfo

      public TableInfo(org.apache.flink.table.catalog.ObjectIdentifier identifier, org.apache.flink.table.catalog.CatalogBaseTable.TableKind tableKind)
  • Method Details

    • getIdentifier

      public org.apache.flink.table.catalog.ObjectIdentifier getIdentifier()
    • getTableKind

      public org.apache.flink.table.catalog.CatalogBaseTable.TableKind getTableKind()
    • equals

      public boolean equals(Object o)
      Overrides:
      equals in class Object
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • toString

      public String toString()
      Overrides:
      toString in class Object