org.apache.spark

sql

package sql

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

  3. class SQLContext extends Logging with ExpressionConversions with Serializable

    :: AlphaComponent :: The entry point for running relational queries using Spark.

  4. class SchemaRDD extends RDD[Row] with SchemaRDDLike

    :: AlphaComponent :: An RDD of Row objects that has an associated schema.

Value Members

  1. def Logger(name: String): Logger

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

  3. package api

  4. package execution

    :: DeveloperApi :: An execution engine for relational query plans that runs on top Spark and returns RDDs.

  5. package hive

  6. package parquet

  7. package test

Inherited from AnyRef

Inherited from Any

Ungrouped