Class LookupCatalog.CatalogAndNamespace

Object
org.apache.spark.sql.connector.catalog.LookupCatalog.CatalogAndNamespace
Enclosing interface:
LookupCatalog

public static class LookupCatalog.CatalogAndNamespace extends Object
Extract catalog and namespace from a multi-part name with the current catalog if needed. Catalog name takes precedence over namespaces.
  • 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)