org.apache.spark.sql.execution

debug

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
Learn more about member selection
Visibility
  1. Public
  2. All

Type Members

  1. implicit class DebugQuery extends Logging

    Augments DataFrames with debug methods.

  2. implicit class DebugSQLContext extends AnyRef

    Augments SQLContext with debug methods.

Inherited from AnyRef

Inherited from Any

Ungrouped