Packages

package analysis

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. analysis
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Type Members

  1. 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.

  2. type Resolver = (String, String) ⇒ Boolean

Value Members

  1. val caseInsensitiveResolution: (String, String) ⇒ Boolean
  2. val caseSensitiveResolution: (String, String) ⇒ Boolean
  3. def withPosition[A](t: TreeNode[_])(f: ⇒ A): A

Inherited from AnyRef

Inherited from Any

Ungrouped