c

org.apache.spark.sql.execution.adaptive

PlanAdaptiveDynamicPruningFilters

case class PlanAdaptiveDynamicPruningFilters(rootPlan: AdaptiveSparkPlanExec) extends Rule[SparkPlan] with AdaptiveSparkPlanHelper with Product with Serializable

A rule to insert dynamic pruning predicates in order to reuse the results of broadcast.

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

Instance Constructors

  1. new PlanAdaptiveDynamicPruningFilters(rootPlan: AdaptiveSparkPlanExec)

Type Members

  1. implicit class LogStringContext extends AnyRef
    Definition Classes
    Logging

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##: Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. def allChildren(p: SparkPlan): Seq[SparkPlan]
    Attributes
    protected
    Definition Classes
    AdaptiveSparkPlanHelper
  5. def apply(plan: SparkPlan): SparkPlan
    Definition Classes
    PlanAdaptiveDynamicPruningFilters → Rule
  6. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  7. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @IntrinsicCandidate() @native()
  8. def collect[B](p: SparkPlan)(pf: PartialFunction[SparkPlan, B]): Seq[B]

    Returns a Seq containing the result of applying a partial function to all elements in this tree on which the function is defined.

    Returns a Seq containing the result of applying a partial function to all elements in this tree on which the function is defined.

    Definition Classes
    AdaptiveSparkPlanHelper
  9. def collectFirst[B](p: SparkPlan)(pf: PartialFunction[SparkPlan, B]): Option[B]

    Finds and returns the first SparkPlan of the tree for which the given partial function is defined (pre-order), and applies the partial function to it.

    Finds and returns the first SparkPlan of the tree for which the given partial function is defined (pre-order), and applies the partial function to it.

    Definition Classes
    AdaptiveSparkPlanHelper
  10. def collectLeaves(p: SparkPlan): Seq[SparkPlan]

    Returns a Seq containing the leaves in this tree.

    Returns a Seq containing the leaves in this tree.

    Definition Classes
    AdaptiveSparkPlanHelper
  11. def collectWithSubqueries[B](p: SparkPlan)(f: PartialFunction[SparkPlan, B]): Seq[B]

    Returns a sequence containing the result of applying a partial function to all elements in this plan, also considering all the plans in its (nested) subqueries

    Returns a sequence containing the result of applying a partial function to all elements in this plan, also considering all the plans in its (nested) subqueries

    Definition Classes
    AdaptiveSparkPlanHelper
  12. def conf: SQLConf
    Definition Classes
    PlanAdaptiveDynamicPruningFilters → SQLConfHelper
  13. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  14. def find(p: SparkPlan)(f: (SparkPlan) => Boolean): Option[SparkPlan]

    Find the first SparkPlan that satisfies the condition specified by f.

    Find the first SparkPlan that satisfies the condition specified by f. The condition is recursively applied to this node and all of its children (pre-order).

    Definition Classes
    AdaptiveSparkPlanHelper
  15. def flatMap[A](p: SparkPlan)(f: (SparkPlan) => IterableOnce[A]): Seq[A]

    Returns a Seq by applying a function to all nodes in this tree and using the elements of the resulting collections.

    Returns a Seq by applying a function to all nodes in this tree and using the elements of the resulting collections.

    Definition Classes
    AdaptiveSparkPlanHelper
  16. def foreach(p: SparkPlan)(f: (SparkPlan) => Unit): Unit

    Runs the given function on this node and then recursively on children.

    Runs the given function on this node and then recursively on children.

    f

    the function to be applied to each node in the tree.

    Definition Classes
    AdaptiveSparkPlanHelper
  17. def foreachUp(p: SparkPlan)(f: (SparkPlan) => Unit): Unit

    Runs the given function recursively on children then on this node.

    Runs the given function recursively on children then on this node.

    f

    the function to be applied to each node in the tree.

    Definition Classes
    AdaptiveSparkPlanHelper
  18. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @IntrinsicCandidate() @native()
  19. def initializeLogIfNecessary(isInterpreter: Boolean, silent: Boolean): Boolean
    Attributes
    protected
    Definition Classes
    Logging
  20. def initializeLogIfNecessary(isInterpreter: Boolean): Unit
    Attributes
    protected
    Definition Classes
    Logging
  21. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  22. def isTraceEnabled(): Boolean
    Attributes
    protected
    Definition Classes
    Logging
  23. def log: Logger
    Attributes
    protected
    Definition Classes
    Logging
  24. def logDebug(msg: => String, throwable: Throwable): Unit
    Attributes
    protected
    Definition Classes
    Logging
  25. def logDebug(entry: LogEntry, throwable: Throwable): Unit
    Attributes
    protected
    Definition Classes
    Logging
  26. def logDebug(entry: LogEntry): Unit
    Attributes
    protected
    Definition Classes
    Logging
  27. def logDebug(msg: => String): Unit
    Attributes
    protected
    Definition Classes
    Logging
  28. def logError(msg: => String, throwable: Throwable): Unit
    Attributes
    protected
    Definition Classes
    Logging
  29. def logError(entry: LogEntry, throwable: Throwable): Unit
    Attributes
    protected
    Definition Classes
    Logging
  30. def logError(entry: LogEntry): Unit
    Attributes
    protected
    Definition Classes
    Logging
  31. def logError(msg: => String): Unit
    Attributes
    protected
    Definition Classes
    Logging
  32. def logInfo(msg: => String, throwable: Throwable): Unit
    Attributes
    protected
    Definition Classes
    Logging
  33. def logInfo(entry: LogEntry, throwable: Throwable): Unit
    Attributes
    protected
    Definition Classes
    Logging
  34. def logInfo(entry: LogEntry): Unit
    Attributes
    protected
    Definition Classes
    Logging
  35. def logInfo(msg: => String): Unit
    Attributes
    protected
    Definition Classes
    Logging
  36. def logName: String
    Attributes
    protected
    Definition Classes
    Logging
  37. def logTrace(msg: => String, throwable: Throwable): Unit
    Attributes
    protected
    Definition Classes
    Logging
  38. def logTrace(entry: LogEntry, throwable: Throwable): Unit
    Attributes
    protected
    Definition Classes
    Logging
  39. def logTrace(entry: LogEntry): Unit
    Attributes
    protected
    Definition Classes
    Logging
  40. def logTrace(msg: => String): Unit
    Attributes
    protected
    Definition Classes
    Logging
  41. def logWarning(msg: => String, throwable: Throwable): Unit
    Attributes
    protected
    Definition Classes
    Logging
  42. def logWarning(entry: LogEntry, throwable: Throwable): Unit
    Attributes
    protected
    Definition Classes
    Logging
  43. def logWarning(entry: LogEntry): Unit
    Attributes
    protected
    Definition Classes
    Logging
  44. def logWarning(msg: => String): Unit
    Attributes
    protected
    Definition Classes
    Logging
  45. def mapPlans[A](p: SparkPlan)(f: (SparkPlan) => A): Seq[A]

    Returns a Seq containing the result of applying the given function to each node in this tree in a preorder traversal.

    Returns a Seq containing the result of applying the given function to each node in this tree in a preorder traversal.

    f

    the function to be applied.

    Definition Classes
    AdaptiveSparkPlanHelper
  46. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  47. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @IntrinsicCandidate() @native()
  48. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @IntrinsicCandidate() @native()
  49. def productElementNames: Iterator[String]
    Definition Classes
    Product
  50. val rootPlan: AdaptiveSparkPlanExec
  51. lazy val ruleId: RuleId
    Attributes
    protected
    Definition Classes
    Rule
  52. val ruleName: String
    Definition Classes
    Rule
  53. def stripAQEPlan(p: SparkPlan): SparkPlan

    Strip the top AdaptiveSparkPlanExec and ResultQueryStageExec nodes off the SparkPlan.

    Strip the top AdaptiveSparkPlanExec and ResultQueryStageExec nodes off the SparkPlan.

    Definition Classes
    AdaptiveSparkPlanHelper
  54. def subqueriesAll(p: SparkPlan): Seq[SparkPlan]

    Returns a sequence containing the subqueries in this plan, also including the (nested) subqueries in its children

    Returns a sequence containing the subqueries in this plan, also including the (nested) subqueries in its children

    Definition Classes
    AdaptiveSparkPlanHelper
  55. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  56. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  57. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  58. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  59. def withLogContext(context: Map[String, String])(body: => Unit): Unit
    Attributes
    protected
    Definition Classes
    Logging
  60. def withSQLConf[T](pairs: (String, String)*)(f: => T): T
    Attributes
    protected
    Definition Classes
    SQLConfHelper

Deprecated Value Members

  1. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable]) @Deprecated
    Deprecated

    (Since version 9)

Inherited from Serializable

Inherited from Product

Inherited from Equals

Inherited from Rule[SparkPlan]

Inherited from Logging

Inherited from SQLConfHelper

Inherited from AnyRef

Inherited from Any

Ungrouped