Package

org.apache.spark.sql

catalog

Permalink

package catalog

Visibility
  1. Public
  2. All

Type Members

  1. abstract class Catalog extends AnyRef

    Permalink

    Catalog interface for Spark.

    Catalog interface for Spark. To access this, use SparkSession.catalog.

    Since

    2.0.0

  2. class Column extends DefinedByConstructorParams

    Permalink

    A column in Spark, as returned by listColumns method in Catalog.

    A column in Spark, as returned by listColumns method in Catalog.

    Since

    2.0.0

  3. class Database extends DefinedByConstructorParams

    Permalink

    A database in Spark, as returned by the listDatabases method defined in Catalog.

    A database in Spark, as returned by the listDatabases method defined in Catalog.

    Since

    2.0.0

  4. class Function extends DefinedByConstructorParams

    Permalink

    A user-defined function in Spark, as returned by listFunctions method in Catalog.

    A user-defined function in Spark, as returned by listFunctions method in Catalog.

    Since

    2.0.0

  5. class Table extends DefinedByConstructorParams

    Permalink

    A table in Spark, as returned by the listTables method in Catalog.

    A table in Spark, as returned by the listTables method in Catalog.

    Since

    2.0.0

Ungrouped