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