org.apache.spark

sql

package sql

Allows the execution of relational queries, including those expressed in SQL using Spark.

Note that this package is located in catalyst instead of in core so that all subprojects can inherit the settings from this package object.

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

Type Members

  1. type Logging = com.typesafe.scalalogging.slf4j.Logging

    Attributes
    protected
  2. type Row = sql.catalyst.expressions.Row

Value Members

  1. def Logger(name: String): Logger

    Attributes
    protected
  2. val Row: sql.catalyst.expressions.Row.type

  3. package catalyst

Inherited from AnyRef

Inherited from Any

Ungrouped