Class LookupCatalog.AsTableIdentifier

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

public static class LookupCatalog.AsTableIdentifier extends Object
Extract legacy table identifier from a multi-part identifier.

For legacy support only. Please use LookupCatalog.CatalogAndIdentifier instead on DSv2 code paths.

  • Constructor Details

    • AsTableIdentifier

      public AsTableIdentifier()
  • Method Details

    • unapply

      public static scala.Option<org.apache.spark.sql.catalyst.TableIdentifier> unapply(scala.collection.Seq<String> parts)