Packages

c

org.apache.spark.sql.execution.adaptive

PlanAdaptiveSubqueries

case class PlanAdaptiveSubqueries(subqueryMap: Map[Long, SubqueryExec]) extends Rule[SparkPlan] with Product with Serializable

Linear Supertypes
Serializable, Serializable, Product, Equals, Rule[SparkPlan], Logging, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. PlanAdaptiveSubqueries
  2. Serializable
  3. Serializable
  4. Product
  5. Equals
  6. Rule
  7. Logging
  8. AnyRef
  9. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new PlanAdaptiveSubqueries(subqueryMap: Map[Long, SubqueryExec])

Value Members

  1. def apply(plan: SparkPlan): SparkPlan
    Definition Classes
    PlanAdaptiveSubqueries → Rule
  2. val ruleName: String
    Definition Classes
    Rule
  3. val subqueryMap: Map[Long, SubqueryExec]