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.
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic scala.Some<scala.Tuple2<CatalogPlugin,
scala.collection.Seq<String>>>
-
Constructor Details
-
CatalogAndNamespace
public CatalogAndNamespace()
-
-
Method Details
-
unapply
public static scala.Some<scala.Tuple2<CatalogPlugin,scala.collection.Seq<String>>> unapply(scala.collection.Seq<String> nameParts)
-