Class TableInfo
java.lang.Object
org.apache.flink.table.gateway.api.results.TableInfo
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
ConstructorsConstructorDescriptionTableInfo(org.apache.flink.table.catalog.ObjectIdentifier identifier, org.apache.flink.table.catalog.CatalogBaseTable.TableKind tableKind) -
Method Summary
-
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
-
hashCode
public int hashCode() -
toString
-