package analysis
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- analysis
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
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
Value Members
- val caseInsensitiveResolution: (String, String) => Boolean
- val caseSensitiveResolution: (String, String) => Boolean
- def withPosition[A](t: TreeNode[_])(f: => A): A
- object ReplaceCharWithVarchar extends Rule[LogicalPlan]