Package

org.apache.spark.sql

internal

Permalink

package internal

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

Source
package.scala
Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. internal
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Type Members

  1. class CatalogImpl extends Catalog

    Permalink

    Internal implementation of the user-facing Catalog.

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

    Permalink
  3. class VariableSubstitution extends AnyRef

    Permalink

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

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

    Variable substitution is controlled by SQLConf.variableSubstituteEnabled.

Value Members

  1. object HiveSerDe extends Serializable

    Permalink
  2. object SQLConf extends Serializable

    Permalink

Inherited from AnyRef

Inherited from Any

Ungrouped