package analysis
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- analysis
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Type Members
-
class
ResolveSessionCatalog extends Rule[LogicalPlan] with LookupCatalog
Resolves catalogs from the multi-part identifiers in SQL statements, and convert the statements to the corresponding v1 or v2 commands if the resolved catalog is the session catalog.
Resolves catalogs from the multi-part identifiers in SQL statements, and convert the statements to the corresponding v1 or v2 commands if the resolved catalog is the session catalog.
We can remove this rule once we implement all the catalog functionality in
V2SessionCatalog
. - type Resolver = (String, String) ⇒ Boolean