Package

org.apache.spark.sql.execution

debug

Permalink

package debug

Contains methods for debugging query execution.

Usage:

import org.apache.spark.sql.execution.debug._
sql("SELECT key FROM src").debug()
dataFrame.typeCheck()
Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. debug
  2. AnyRef
  3. Any
  1. Hide All
  2. Show all
Visibility
  1. Public
  2. All

Type Members

  1. implicit class DebugQuery extends Logging

    Permalink

    Augments DataFrames with debug methods.

  2. implicit class DebugSQLContext extends AnyRef

    Permalink

    Augments SQLContext with debug methods.

Inherited from AnyRef

Inherited from Any

Ungrouped