Packages

class FindDataSourceTable extends Rule[LogicalPlan]

Replaces UnresolvedCatalogRelation with concrete relation logical plans.

TODO: we should remove the special handling for hive tables after completely making hive as a data source.

Linear Supertypes
Rule[LogicalPlan], Logging, SQLConfHelper, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. FindDataSourceTable
  2. Rule
  3. Logging
  4. SQLConfHelper
  5. AnyRef
  6. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Instance Constructors

  1. new FindDataSourceTable(sparkSession: SparkSession)

Value Members

  1. def apply(plan: LogicalPlan): LogicalPlan
    Definition Classes
    FindDataSourceTable → Rule
  2. def conf: SQLConf
    Definition Classes
    SQLConfHelper
  3. val ruleName: String
    Definition Classes
    Rule