JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Deprecated
Index
Help
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method
SEARCH:
Package
org.apache.spark.sql.connector.catalog
Interface Identifier
@Evolving
public interface
Identifier
Identifies an object in a catalog.
Since:
3.0.0
Method Summary
All Methods
Static Methods
Instance Methods
Abstract Methods
Modifier and Type
Method
Description
String
name
()
String
[]
namespace
()
static
Identifier
of
(
String
[] namespace,
String
name)
Method Details
of
static
Identifier
of
(
String
[] namespace,
String
name)
namespace
String
[]
namespace
()
Returns:
the namespace in the catalog
name
String
name
()
Returns:
the object name