@PublicEvolving public class TableInfo extends Object
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 and Description |
|---|
TableInfo(org.apache.flink.table.catalog.ObjectIdentifier identifier,
org.apache.flink.table.catalog.CatalogBaseTable.TableKind tableKind) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
org.apache.flink.table.catalog.ObjectIdentifier |
getIdentifier() |
org.apache.flink.table.catalog.CatalogBaseTable.TableKind |
getTableKind() |
int |
hashCode() |
String |
toString() |
public TableInfo(org.apache.flink.table.catalog.ObjectIdentifier identifier,
org.apache.flink.table.catalog.CatalogBaseTable.TableKind tableKind)
Copyright © 2014–2023 The Apache Software Foundation. All rights reserved.