Class LookupCatalog.CatalogAndNamespace$
Object
org.apache.spark.sql.connector.catalog.LookupCatalog.CatalogAndNamespace$
- Enclosing interface:
- LookupCatalog
Extract catalog and namespace from a multi-part name with the current catalog if needed.
Catalog name takes precedence over namespaces.
-
Field Summary
Modifier and TypeFieldDescriptionstatic final LookupCatalog.CatalogAndNamespace$
Static reference to the singleton instance of this Scala object. -
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionscala.Some<scala.Tuple2<CatalogPlugin,
scala.collection.Seq<String>>>
-
Field Details
-
MODULE$
Static reference to the singleton instance of this Scala object.
-
-
Constructor Details
-
CatalogAndNamespace$
public CatalogAndNamespace$()
-
-
Method Details
-
unapply
public scala.Some<scala.Tuple2<CatalogPlugin,scala.collection.Seq<String>>> unapply(scala.collection.Seq<String> nameParts)
-