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. abstract class BaseSessionStateBuilder extends AnyRef

    Builder class that coordinates construction of a new SessionState.

  2. class CatalogImpl extends Catalog

    Internal implementation of the user-facing Catalog.

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

  4. class SessionResourceLoader extends FunctionResourceLoader

    Session shared FunctionResourceLoader.

  5. class SessionStateBuilder extends BaseSessionStateBuilder

    Concrete implementation of a SessionStateBuilder.

  6. 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 SharedState extends Logging

Inherited from AnyRef

Inherited from Any

Ungrouped