Class TableInfo
- 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
CatalogTablethat also containsSchema. 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
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object o)org.apache.flink.table.catalog.ObjectIdentifiergetIdentifier()org.apache.flink.table.catalog.CatalogBaseTable.TableKindgetTableKind()inthashCode()StringtoString()
-