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.
-
Constructor Summary
-
Method Summary
-
Constructor Details
-
AsTableIdentifier
public AsTableIdentifier()
-
-
Method Details
-
unapply
public static scala.Option<org.apache.spark.sql.catalyst.TableIdentifier> unapply(scala.collection.Seq<String> parts)
-