org.apache.spark.sql

internal

package internal

All classes in this package are considered an internal API to Spark and are subject to change between minor releases.

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. internal
  2. AnyRef
  3. Any
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

Type Members

  1. class CatalogImpl extends Catalog

    Internal implementation of the user-facing Catalog.

  2. case class HiveSerDe(inputFormat: Option[String] = scala.None, outputFormat: Option[String] = scala.None, serde: Option[String] = scala.None) extends Product with Serializable

  3. class VariableSubstitution extends AnyRef

    A helper class that enables substitution using syntax like ${var}, ${system:var} and ${env:var}.

Value Members

  1. object HiveSerDe extends Serializable

  2. object SQLConf extends Serializable

  3. object SharedState

  4. object StaticSQLConf

    Static SQL configuration is a cross-session, immutable Spark configuration.

Inherited from AnyRef

Inherited from Any

Ungrouped