Packages

c

org.apache.spark.sql.hive

RelationConversions

case class RelationConversions(conf: SQLConf, sessionCatalog: HiveSessionCatalog) extends Rule[LogicalPlan] with Product with Serializable

Relation conversion from metastore relations to data source relations for better performance

- When writing to non-partitioned Hive-serde Parquet/Orc tables - When scanning Hive-serde Parquet/ORC tables

This rule must be run before all other DDL post-hoc resolution rules, i.e. PreprocessTableCreation, PreprocessTableInsertion, DataSourceAnalysis and HiveAnalysis.

Linear Supertypes
Serializable, Serializable, Product, Equals, Rule[LogicalPlan], Logging, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. RelationConversions
  2. Serializable
  3. Serializable
  4. Product
  5. Equals
  6. Rule
  7. Logging
  8. AnyRef
  9. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new RelationConversions(conf: SQLConf, sessionCatalog: HiveSessionCatalog)

Value Members

  1. def apply(plan: LogicalPlan): LogicalPlan
    Definition Classes
    RelationConversions → Rule
  2. val conf: SQLConf
  3. val ruleName: String
    Definition Classes
    Rule
  4. val sessionCatalog: HiveSessionCatalog