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 1").debug()
sql("SELECT 1").debugCodegen()
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. case class DebugExec(child: SparkPlan) extends SparkPlan with UnaryExecNode with CodegenSupport with Product with Serializable

    Permalink
  2. implicit class DebugQuery extends Logging

    Permalink

    Augments Datasets with debug methods.

Value Members

  1. def codegenString(plan: SparkPlan): String

    Permalink

Inherited from AnyRef

Inherited from Any

Ungrouped