Packages

  • package root
    Definition Classes
    root
  • package org
    Definition Classes
    root
  • package apache
    Definition Classes
    org
  • package spark
    Definition Classes
    apache
  • package sql
    Definition Classes
    spark
  • package hive

    Support for running Spark SQL queries using functionality from Apache Hive (does not require an existing Hive installation).

    Support for running Spark SQL queries using functionality from Apache Hive (does not require an existing Hive installation). Supported Hive features include:

    • Using HiveQL to express queries.
    • Reading metadata from the Hive Metastore using HiveSerDes.
    • Hive UDFs, UDAs, UDTs

    Note that this is a private package. All classes in this package are considered an internal API to Spark and are subject to change between minor releases.

package sql

Linear Supertypes
AnyRef, Any

Package Members

  1. package hive

    Support for running Spark SQL queries using functionality from Apache Hive (does not require an existing Hive installation).

    Support for running Spark SQL queries using functionality from Apache Hive (does not require an existing Hive installation). Supported Hive features include:

    • Using HiveQL to express queries.
    • Reading metadata from the Hive Metastore using HiveSerDes.
    • Hive UDFs, UDAs, UDTs

    Note that this is a private package. All classes in this package are considered an internal API to Spark and are subject to change between minor releases.

Type Members

  1. type DataFrame = Dataset[Row]
  2. type Strategy = SparkStrategy
    Annotations
    @DeveloperApi() @Unstable()

Inherited from AnyRef

Inherited from Any

Ungrouped