Package org.apache.iceberg.catalog
Class TableIdentifier
java.lang.Object
org.apache.iceberg.catalog.TableIdentifier
Identifies a table in iceberg catalog.
-
Method Summary
Modifier and TypeMethodDescriptionboolean
int
hashCode()
boolean
Whether the namespace is empty.name()
Returns the identifier name.Returns the identifier namespace.static TableIdentifier
static TableIdentifier
static TableIdentifier
toString()
-
Method Details
-
of
-
of
-
parse
-
hasNamespace
public boolean hasNamespace()Whether the namespace is empty.- Returns:
- true if the namespace is not empty, false otherwise
-
namespace
Returns the identifier namespace. -
name
Returns the identifier name. -
toLowerCase
-
equals
-
hashCode
public int hashCode() -
toString
-