Class LookupCatalog.AsTableIdentifier$
Object
org.apache.spark.sql.connector.catalog.LookupCatalog.AsTableIdentifier$
- Enclosing interface:
- LookupCatalog
Extract legacy table identifier from a multi-part identifier.
For legacy support only. Please use LookupCatalog.CatalogAndIdentifier
instead on DSv2 code paths.
-
Field Summary
Modifier and TypeFieldDescriptionstatic final LookupCatalog.AsTableIdentifier$
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
-
AsTableIdentifier$
public AsTableIdentifier$()
-
-
Method Details
-
unapply
public scala.Option<org.apache.spark.sql.catalyst.TableIdentifier> unapply(scala.collection.Seq<String> parts)
-