public static class LookupCatalog.CatalogAndIdentifier
extends Object
Note that, this pattern is used to look up permanent catalog objects like table, view, function, etc. If you need to look up temp objects like temp view, please do it separately before calling this pattern, as temp objects don't belong to any catalog.
Constructor and Description |
---|
CatalogAndIdentifier() |
Modifier and Type | Method and Description |
---|---|
static scala.Option<scala.Tuple2<CatalogPlugin,Identifier>> |
unapply(scala.collection.Seq<String> nameParts) |
public static scala.Option<scala.Tuple2<CatalogPlugin,Identifier>> unapply(scala.collection.Seq<String> nameParts)