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.
Modifier and Type | Field and Description |
---|---|
static LookupCatalog.CatalogAndIdentifier$ |
MODULE$
Static reference to the singleton instance of this Scala object.
|
Constructor and Description |
---|
CatalogAndIdentifier$() |
Modifier and Type | Method and Description |
---|---|
scala.Option<scala.Tuple2<CatalogPlugin,Identifier>> |
unapply(scala.collection.Seq<String> nameParts) |
public static final LookupCatalog.CatalogAndIdentifier$ MODULE$
public scala.Option<scala.Tuple2<CatalogPlugin,Identifier>> unapply(scala.collection.Seq<String> nameParts)