Package org.apache.iceberg.catalog
Class TableIdentifier
java.lang.Object
org.apache.iceberg.catalog.TableIdentifier
Identifies a table in iceberg catalog.
- 
Method SummaryModifier and TypeMethodDescriptionbooleaninthashCode()booleanWhether the namespace is empty.name()Returns the identifier name.Returns the identifier namespace.static TableIdentifierstatic TableIdentifierstatic TableIdentifiertoString()
- 
Method Details- 
of
- 
of
- 
parse
- 
hasNamespacepublic boolean hasNamespace()Whether the namespace is empty.- Returns:
- true if the namespace is not empty, false otherwise
 
- 
namespaceReturns the identifier namespace.
- 
nameReturns the identifier name.
- 
toLowerCase
- 
equals
- 
hashCodepublic int hashCode()
- 
toString
 
-