Class LookupCatalog.SessionCatalogAndIdentifier$
Object
org.apache.spark.sql.connector.catalog.LookupCatalog.SessionCatalogAndIdentifier$
- Enclosing interface:
- LookupCatalog
Extract session catalog and identifier from a multi-part identifier.
-
Field Summary
Modifier and TypeFieldDescriptionstatic final LookupCatalog.SessionCatalogAndIdentifier$
Static reference to the singleton instance of this Scala object. -
Constructor Summary
-
Method Summary
-
Field Details
-
MODULE$
Static reference to the singleton instance of this Scala object.
-
-
Constructor Details
-
SessionCatalogAndIdentifier$
public SessionCatalogAndIdentifier$()
-
-
Method Details
-
unapply
public scala.Option<scala.Tuple2<CatalogPlugin,Identifier>> unapply(scala.collection.Seq<String> parts)
-