c

org.apache.spark.sql.sedona_sql.strategy.join

BroadcastObjectSideKNNJoinExec

case class BroadcastObjectSideKNNJoinExec(left: SparkPlan, right: SparkPlan, leftShape: Expression, rightShape: Expression, joinSide: JoinSide, joinType: JoinType, k: Expression, useApproximate: Boolean, spatialPredicate: SpatialPredicate, isGeography: Boolean, condition: Expression, extraCondition: Option[Expression] = None) extends SparkPlan with SedonaBinaryExecNode with TraitKNNJoinQueryExec with Logging with Product with Serializable

Linear Supertypes
TraitKNNJoinQueryExec, TraitJoinQueryExec, TraitJoinQueryBase, SedonaBinaryExecNode, SparkPlan, Serializable, Serializable, Logging, QueryPlan[SparkPlan], SQLConfHelper, TreeNode[SparkPlan], TreePatternBits, Product, Equals, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. BroadcastObjectSideKNNJoinExec
  2. TraitKNNJoinQueryExec
  3. TraitJoinQueryExec
  4. TraitJoinQueryBase
  5. SedonaBinaryExecNode
  6. SparkPlan
  7. Serializable
  8. Serializable
  9. Logging
  10. QueryPlan
  11. SQLConfHelper
  12. TreeNode
  13. TreePatternBits
  14. Product
  15. Equals
  16. AnyRef
  17. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new BroadcastObjectSideKNNJoinExec(left: SparkPlan, right: SparkPlan, leftShape: Expression, rightShape: Expression, joinSide: JoinSide, joinType: JoinType, k: Expression, useApproximate: Boolean, spatialPredicate: SpatialPredicate, isGeography: Boolean, condition: Expression, extraCondition: Option[Expression] = None)

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. lazy val allAttributes: AttributeSeq
    Definition Classes
    QueryPlan
  5. def apply(number: Int): TreeNode[_]
    Definition Classes
    TreeNode
  6. def argString(maxFields: Int): String
    Definition Classes
    TreeNode
  7. def asCode: String
    Definition Classes
    TreeNode
  8. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  9. val broadcastJoin: Boolean
    Attributes
    protected
    Definition Classes
    TraitKNNJoinQueryExec
  10. final lazy val canonicalized: SparkPlan
    Definition Classes
    QueryPlan
    Annotations
    @transient()
  11. final def children: Seq[SparkPlan]
    Definition Classes
    SedonaBinaryExecNode → TreeNode
  12. def cleanupResources(): Unit
    Attributes
    protected[sql]
    Definition Classes
    SparkPlan
  13. def clone(): SparkPlan
    Definition Classes
    TreeNode → AnyRef
  14. def collect[B](pf: PartialFunction[SparkPlan, B]): Seq[B]
    Definition Classes
    TreeNode
  15. def collectFirst[B](pf: PartialFunction[SparkPlan, B]): Option[B]
    Definition Classes
    TreeNode
  16. def collectLeaves(): Seq[SparkPlan]
    Definition Classes
    TreeNode
  17. def collectWithSubqueries[B](f: PartialFunction[SparkPlan, B]): Seq[B]
    Definition Classes
    QueryPlan
  18. val condition: Expression
  19. def conf: SQLConf
    Definition Classes
    SparkPlan → SQLConfHelper
  20. final def containsAllPatterns(patterns: TreePattern*): Boolean
    Definition Classes
    TreePatternBits
  21. final def containsAnyPattern(patterns: TreePattern*): Boolean
    Definition Classes
    TreePatternBits
  22. lazy val containsChild: Set[TreeNode[_]]
    Definition Classes
    TreeNode
  23. final def containsPattern(t: TreePattern): Boolean
    Definition Classes
    TreePatternBits
    Annotations
    @inline()
  24. def copyTagsFrom(other: SparkPlan): Unit
    Definition Classes
    TreeNode
  25. lazy val deterministic: Boolean
    Definition Classes
    QueryPlan
  26. def doCanonicalize(): SparkPlan
    Attributes
    protected
    Definition Classes
    QueryPlan
  27. def doExecute(): RDD[InternalRow]
    Attributes
    protected
    Definition Classes
    TraitKNNJoinQueryExecTraitJoinQueryExec
  28. def doExecuteBroadcast[T](): Broadcast[T]
    Attributes
    protected[sql]
    Definition Classes
    SparkPlan
  29. def doExecuteColumnar(): RDD[ColumnarBatch]
    Attributes
    protected
    Definition Classes
    SparkPlan
  30. def doPrepare(): Unit
    Attributes
    protected
    Definition Classes
    SparkPlan
  31. def doSpatialPartitioning(objectsShapes: SpatialRDD[Geometry], queryShapes: SpatialRDD[Geometry], numPartitions: Integer, sedonaConf: SedonaConf): Unit

    Broadcast the dominant shapes (objects) to all the partitions

    Broadcast the dominant shapes (objects) to all the partitions

    This type of the join does not need to do spatial partition.

    For left side (queries) broadcast: the join needs to be reduced after the join. For right side (objects) broadcast: the join does not need to be reduced after the join.

    objectsShapes

    the dominant shapes (objects)

    queryShapes

    the follower shapes (queries)

    numPartitions

    the number of partitions

    sedonaConf

    the Sedona configuration

    Definition Classes
    BroadcastObjectSideKNNJoinExecTraitJoinQueryBase
  32. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  33. final def execute(): RDD[InternalRow]
    Definition Classes
    SparkPlan
  34. final def executeBroadcast[T](): Broadcast[T]
    Definition Classes
    SparkPlan
  35. def executeCollect(): Array[InternalRow]
    Definition Classes
    SparkPlan
  36. def executeCollectPublic(): Array[Row]
    Definition Classes
    SparkPlan
  37. final def executeColumnar(): RDD[ColumnarBatch]
    Definition Classes
    SparkPlan
  38. final def executeQuery[T](query: ⇒ T): T
    Attributes
    protected
    Definition Classes
    SparkPlan
  39. def executeTail(n: Int): Array[InternalRow]
    Definition Classes
    SparkPlan
  40. def executeTake(n: Int): Array[InternalRow]
    Definition Classes
    SparkPlan
  41. def executeToIterator(): Iterator[InternalRow]
    Definition Classes
    SparkPlan
  42. def exists(f: (SparkPlan) ⇒ Boolean): Boolean
    Definition Classes
    TreeNode
  43. final def expressions: Seq[Expression]
    Definition Classes
    QueryPlan
  44. val extraCondition: Option[Expression]
  45. def fastEquals(other: TreeNode[_]): Boolean
    Definition Classes
    TreeNode
  46. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  47. def find(f: (SparkPlan) ⇒ Boolean): Option[SparkPlan]
    Definition Classes
    TreeNode
  48. def flatMap[A](f: (SparkPlan) ⇒ TraversableOnce[A]): Seq[A]
    Definition Classes
    TreeNode
  49. def foreach(f: (SparkPlan) ⇒ Unit): Unit
    Definition Classes
    TreeNode
  50. def foreachUp(f: (SparkPlan) ⇒ Unit): Unit
    Definition Classes
    TreeNode
  51. def formattedNodeName: String
    Attributes
    protected
    Definition Classes
    QueryPlan
  52. def generateTreeString(depth: Int, lastChildren: Seq[Boolean], append: (String) ⇒ Unit, verbose: Boolean, prefix: String, addSuffix: Boolean, maxFields: Int, printNodeId: Boolean, indent: Int): Unit
    Definition Classes
    TreeNode
  53. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  54. def getDefaultTreePatternBits: BitSet
    Attributes
    protected
    Definition Classes
    TreeNode
  55. def getKNNJoinParams: JoinParams

    Get the KNN join parameters This is required to determine the join strategy to support different KNN join strategies.

    Get the KNN join parameters This is required to determine the join strategy to support different KNN join strategies. This function needs to be updated when new join strategies are supported.

    returns

    the KNN join parameters

    Definition Classes
    BroadcastObjectSideKNNJoinExecTraitKNNJoinQueryExec
  56. def getTagValue[T](tag: TreeNodeTag[T]): Option[T]
    Definition Classes
    TreeNode
  57. def hashCode(): Int
    Definition Classes
    TreeNode → AnyRef → Any
  58. val id: Int
    Definition Classes
    SparkPlan
  59. def initializeLogIfNecessary(isInterpreter: Boolean, silent: Boolean): Boolean
    Attributes
    protected
    Definition Classes
    Logging
  60. def initializeLogIfNecessary(isInterpreter: Boolean): Unit
    Attributes
    protected
    Definition Classes
    Logging
  61. def innerChildren: Seq[QueryPlan[_]]
    Definition Classes
    QueryPlan → TreeNode
  62. def inputSet: AttributeSet
    Definition Classes
    QueryPlan
  63. def isCanonicalizedPlan: Boolean
    Attributes
    protected
    Definition Classes
    QueryPlan
  64. val isGeography: Boolean
  65. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  66. def isRuleIneffective(ruleId: RuleId): Boolean
    Attributes
    protected
    Definition Classes
    TreeNode
  67. def isTraceEnabled(): Boolean
    Attributes
    protected
    Definition Classes
    Logging
  68. def joinPartitionNumOptimizer(dominantSidePartNum: Int, followerSidePartNum: Int, dominantSideCount: Long): Int
    Definition Classes
    TraitJoinQueryExec
  69. val joinSide: JoinSide
  70. val joinType: JoinType
  71. def joinedRddToRowRdd(joinedRdd: RDD[(Geometry, Geometry)], swapped: Boolean): RDD[InternalRow]

    Converts the joined RDD of geometries to an RDD of InternalRows.

    Converts the joined RDD of geometries to an RDD of InternalRows.

    This method maps over the partitions of the joined RDD, creating an UnsafeRow joiner that combines the left and right rows based on the given schemas.

    Each geometry's user data is expected to be an UnsafeRow, and the joiner is used to produce joined rows from the left and right geometry pairs.

    joinedRdd

    The RDD containing pairs of joined geometries.

    returns

    RDD[InternalRow] The resulting RDD of joined InternalRows.

    Attributes
    protected
    Definition Classes
    TraitKNNJoinQueryExec
  72. def jsonFields: List[JField]
    Attributes
    protected
    Definition Classes
    TreeNode
  73. val k: Expression
  74. def knnJoinPartitionNumOptimizer(objectSidePartNum: Int, querySidePartNum: Int, objectSideCount: Long, numNeighbor: Int): Int
    Definition Classes
    TraitKNNJoinQueryExec
  75. val left: SparkPlan
  76. val leftShape: Expression
  77. def leftToSpatialRDD(rdd: RDD[UnsafeRow], shapeExpression: Expression): SpatialRDD[Geometry]

    Convert the left RDD (queries) to SpatialRDD

    Convert the left RDD (queries) to SpatialRDD

    rdd

    the left RDD

    shapeExpression

    the shape expression

  78. final def legacyWithNewChildren(newChildren: Seq[SparkPlan]): SparkPlan
    Attributes
    protected
    Definition Classes
    TreeNode
  79. def log: Logger
    Attributes
    protected
    Definition Classes
    Logging
  80. def logDebug(msg: ⇒ String, throwable: Throwable): Unit
    Attributes
    protected
    Definition Classes
    Logging
  81. def logDebug(msg: ⇒ String): Unit
    Attributes
    protected
    Definition Classes
    Logging
  82. def logError(msg: ⇒ String, throwable: Throwable): Unit
    Attributes
    protected
    Definition Classes
    Logging
  83. def logError(msg: ⇒ String): Unit
    Attributes
    protected
    Definition Classes
    Logging
  84. def logInfo(msg: ⇒ String, throwable: Throwable): Unit
    Attributes
    protected
    Definition Classes
    Logging
  85. def logInfo(msg: ⇒ String): Unit
    Attributes
    protected
    Definition Classes
    Logging
  86. def logName: String
    Attributes
    protected
    Definition Classes
    Logging
  87. def logTrace(msg: ⇒ String, throwable: Throwable): Unit
    Attributes
    protected
    Definition Classes
    Logging
  88. def logTrace(msg: ⇒ String): Unit
    Attributes
    protected
    Definition Classes
    Logging
  89. def logWarning(msg: ⇒ String, throwable: Throwable): Unit
    Attributes
    protected
    Definition Classes
    Logging
  90. def logWarning(msg: ⇒ String): Unit
    Attributes
    protected
    Definition Classes
    Logging
  91. def logicalLink: Option[LogicalPlan]
    Definition Classes
    SparkPlan
  92. def longMetric(name: String): SQLMetric
    Definition Classes
    SparkPlan
  93. def makeCopy(newArgs: Array[AnyRef]): SparkPlan
    Definition Classes
    SparkPlan → TreeNode
  94. def map[A](f: (SparkPlan) ⇒ A): Seq[A]
    Definition Classes
    TreeNode
  95. def mapChildren(f: (SparkPlan) ⇒ SparkPlan): SparkPlan
    Definition Classes
    TreeNode
  96. def mapExpressions(f: (Expression) ⇒ Expression): BroadcastObjectSideKNNJoinExec.this.type
    Definition Classes
    QueryPlan
  97. def mapProductIterator[B](f: (Any) ⇒ B)(implicit arg0: ClassTag[B]): Array[B]
    Attributes
    protected
    Definition Classes
    TreeNode
  98. def markRuleAsIneffective(ruleId: RuleId): Unit
    Attributes
    protected
    Definition Classes
    TreeNode
  99. lazy val metrics: Map[String, SQLMetric]
    Definition Classes
    TraitKNNJoinQueryExec
  100. final def missingInput: AttributeSet
    Definition Classes
    QueryPlan
  101. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  102. def nodeName: String
    Definition Classes
    TreeNode
  103. val nodePatterns: Seq[TreePattern]
    Attributes
    protected
    Definition Classes
    TreeNode
  104. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  105. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  106. def numberedTreeString: String
    Definition Classes
    TreeNode
  107. val origin: Origin
    Definition Classes
    TreeNode
  108. def otherCopyArgs: Seq[AnyRef]
    Attributes
    protected
    Definition Classes
    TreeNode
  109. def output: Seq[Attribute]
    Definition Classes
    TraitJoinQueryExec
  110. def outputOrdering: Seq[SortOrder]
    Definition Classes
    SparkPlan
  111. def outputPartitioning: Partitioning
    Definition Classes
    SparkPlan
  112. lazy val outputSet: AttributeSet
    Definition Classes
    QueryPlan
    Annotations
    @transient()
  113. def p(number: Int): SparkPlan
    Definition Classes
    TreeNode
  114. final def prepare(): Unit
    Definition Classes
    SparkPlan
  115. def prepareSubqueries(): Unit
    Attributes
    protected
    Definition Classes
    SparkPlan
  116. def prettyJson: String
    Definition Classes
    TreeNode
  117. def printSchema(): Unit
    Definition Classes
    QueryPlan
  118. def producedAttributes: AttributeSet
    Definition Classes
    QueryPlan
  119. val querySide: JoinSide
    Attributes
    protected
    Definition Classes
    TraitKNNJoinQueryExec
  120. lazy val references: AttributeSet
    Definition Classes
    QueryPlan
    Annotations
    @transient()
  121. def requiredChildDistribution: Seq[Distribution]
    Definition Classes
    SparkPlan
  122. def requiredChildOrdering: Seq[Seq[SortOrder]]
    Definition Classes
    SparkPlan
  123. def resetMetrics(): Unit
    Definition Classes
    SparkPlan
  124. def rewriteAttrs(attrMap: AttributeMap[Attribute]): SparkPlan
    Definition Classes
    QueryPlan
  125. val right: SparkPlan
  126. val rightShape: Expression
  127. def rightToSpatialRDD(rdd: RDD[UnsafeRow], shapeExpression: Expression): SpatialRDD[Geometry]

    Convert the right RDD (queries) to SpatialRDD

    Convert the right RDD (queries) to SpatialRDD

    rdd

    the right RDD

    shapeExpression

    the shape expression

  128. final def sameResult(other: SparkPlan): Boolean
    Definition Classes
    QueryPlan
  129. lazy val schema: StructType
    Definition Classes
    QueryPlan
  130. def schemaString: String
    Definition Classes
    QueryPlan
  131. final def semanticHash(): Int
    Definition Classes
    QueryPlan
  132. final val session: SparkSession
    Definition Classes
    SparkPlan
  133. def setLogicalLink(logicalPlan: LogicalPlan): Unit
    Definition Classes
    SparkPlan
  134. def setTagValue[T](tag: TreeNodeTag[T], value: T): Unit
    Definition Classes
    TreeNode
  135. def simpleString(maxFields: Int): String
    Definition Classes
    QueryPlan → TreeNode
  136. def simpleStringWithNodeId(): String
    Definition Classes
    QueryPlan → TreeNode
  137. def sparkContext: SparkContext
    Attributes
    protected
    Definition Classes
    SparkPlan
  138. val spatialPredicate: SpatialPredicate
  139. def statePrefix: String
    Attributes
    protected
    Definition Classes
    QueryPlan
  140. def stringArgs: Iterator[Any]
    Attributes
    protected
    Definition Classes
    TreeNode
  141. lazy val subqueries: Seq[SparkPlan]
    Definition Classes
    QueryPlan
    Annotations
    @transient()
  142. def subqueriesAll: Seq[SparkPlan]
    Definition Classes
    QueryPlan
  143. def supportsColumnar: Boolean
    Definition Classes
    SparkPlan
  144. def supportsRowBased: Boolean
    Definition Classes
    SparkPlan
  145. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  146. def toExpandedEnvelopeRDD(rdd: RDD[UnsafeRow], shapeExpression: Expression, boundRadius: Expression, isGeography: Boolean): SpatialRDD[Geometry]
    Definition Classes
    TraitJoinQueryBase
  147. def toJSON: String
    Definition Classes
    TreeNode
  148. def toRowBased: SparkPlan
    Definition Classes
    SparkPlan
  149. def toSpatialRDD(rdd: RDD[UnsafeRow], shapeExpression: Expression): SpatialRDD[Geometry]
    Definition Classes
    TraitJoinQueryBase
  150. def toSpatialRddPair(leftRdd: RDD[UnsafeRow], leftShapeExpr: Expression, rightRdd: RDD[UnsafeRow], rightShapeExpr: Expression): (SpatialRDD[Geometry], SpatialRDD[Geometry])

    Convert the both RDDs to SpatialRDDs

    Convert the both RDDs to SpatialRDDs

    leftRdd

    the left RDD

    leftShapeExpr

    the shape expression

    rightRdd

    the right RDD

    rightShapeExpr

    the shape expression

    Definition Classes
    BroadcastObjectSideKNNJoinExecTraitJoinQueryBase
  151. def toString(): String
    Definition Classes
    TreeNode → AnyRef → Any
  152. def toWGS84EnvelopeRDD(rdd: RDD[UnsafeRow], shapeExpression: Expression): SpatialRDD[Geometry]
    Definition Classes
    TraitJoinQueryBase
  153. def transform(rule: PartialFunction[SparkPlan, SparkPlan]): SparkPlan
    Definition Classes
    TreeNode
  154. def transformAllExpressions(rule: PartialFunction[Expression, Expression]): BroadcastObjectSideKNNJoinExec.this.type
    Definition Classes
    QueryPlan
  155. def transformAllExpressionsWithPruning(cond: (TreePatternBits) ⇒ Boolean, ruleId: RuleId)(rule: PartialFunction[Expression, Expression]): BroadcastObjectSideKNNJoinExec.this.type
    Definition Classes
    QueryPlan
  156. def transformDown(rule: PartialFunction[SparkPlan, SparkPlan]): SparkPlan
    Definition Classes
    TreeNode
  157. def transformDownWithPruning(cond: (TreePatternBits) ⇒ Boolean, ruleId: RuleId)(rule: PartialFunction[SparkPlan, SparkPlan]): SparkPlan
    Definition Classes
    TreeNode
  158. def transformDownWithSubqueries(f: PartialFunction[SparkPlan, SparkPlan]): SparkPlan
    Definition Classes
    QueryPlan
  159. def transformDownWithSubqueriesAndPruning(cond: (TreePatternBits) ⇒ Boolean, ruleId: RuleId)(f: PartialFunction[SparkPlan, SparkPlan]): SparkPlan
    Definition Classes
    QueryPlan
  160. def transformExpressions(rule: PartialFunction[Expression, Expression]): BroadcastObjectSideKNNJoinExec.this.type
    Definition Classes
    QueryPlan
  161. def transformExpressionsDown(rule: PartialFunction[Expression, Expression]): BroadcastObjectSideKNNJoinExec.this.type
    Definition Classes
    QueryPlan
  162. def transformExpressionsDownWithPruning(cond: (TreePatternBits) ⇒ Boolean, ruleId: RuleId)(rule: PartialFunction[Expression, Expression]): BroadcastObjectSideKNNJoinExec.this.type
    Definition Classes
    QueryPlan
  163. def transformExpressionsUp(rule: PartialFunction[Expression, Expression]): BroadcastObjectSideKNNJoinExec.this.type
    Definition Classes
    QueryPlan
  164. def transformExpressionsUpWithPruning(cond: (TreePatternBits) ⇒ Boolean, ruleId: RuleId)(rule: PartialFunction[Expression, Expression]): BroadcastObjectSideKNNJoinExec.this.type
    Definition Classes
    QueryPlan
  165. def transformExpressionsWithPruning(cond: (TreePatternBits) ⇒ Boolean, ruleId: RuleId)(rule: PartialFunction[Expression, Expression]): BroadcastObjectSideKNNJoinExec.this.type
    Definition Classes
    QueryPlan
  166. def transformUp(rule: PartialFunction[SparkPlan, SparkPlan]): SparkPlan
    Definition Classes
    TreeNode
  167. def transformUpWithBeforeAndAfterRuleOnChildren(cond: (SparkPlan) ⇒ Boolean, ruleId: RuleId)(rule: PartialFunction[(SparkPlan, SparkPlan), SparkPlan]): SparkPlan
    Definition Classes
    TreeNode
  168. def transformUpWithNewOutput(rule: PartialFunction[SparkPlan, (SparkPlan, Seq[(Attribute, Attribute)])], skipCond: (SparkPlan) ⇒ Boolean, canGetOutput: (SparkPlan) ⇒ Boolean): SparkPlan
    Definition Classes
    QueryPlan
  169. def transformUpWithPruning(cond: (TreePatternBits) ⇒ Boolean, ruleId: RuleId)(rule: PartialFunction[SparkPlan, SparkPlan]): SparkPlan
    Definition Classes
    TreeNode
  170. def transformUpWithSubqueries(f: PartialFunction[SparkPlan, SparkPlan]): SparkPlan
    Definition Classes
    QueryPlan
  171. def transformWithPruning(cond: (TreePatternBits) ⇒ Boolean, ruleId: RuleId)(rule: PartialFunction[SparkPlan, SparkPlan]): SparkPlan
    Definition Classes
    TreeNode
  172. def transformWithSubqueries(f: PartialFunction[SparkPlan, SparkPlan]): SparkPlan
    Definition Classes
    QueryPlan
  173. lazy val treePatternBits: BitSet
    Definition Classes
    QueryPlan → TreeNode → TreePatternBits
  174. def treeString(append: (String) ⇒ Unit, verbose: Boolean, addSuffix: Boolean, maxFields: Int, printOperatorId: Boolean): Unit
    Definition Classes
    TreeNode
  175. final def treeString(verbose: Boolean, addSuffix: Boolean, maxFields: Int, printOperatorId: Boolean): String
    Definition Classes
    TreeNode
  176. final def treeString: String
    Definition Classes
    TreeNode
  177. def unsetTagValue[T](tag: TreeNodeTag[T]): Unit
    Definition Classes
    TreeNode
  178. def updateOuterReferencesInSubquery(plan: SparkPlan, attrMap: AttributeMap[Attribute]): SparkPlan
    Attributes
    protected
    Definition Classes
    QueryPlan
  179. val useApproximate: Boolean
  180. def vectorTypes: Option[Seq[String]]
    Definition Classes
    SparkPlan
  181. def verboseString(maxFields: Int): String
    Definition Classes
    QueryPlan → TreeNode
  182. def verboseStringWithOperatorId(): String
    Definition Classes
    QueryPlan
  183. def verboseStringWithSuffix(maxFields: Int): String
    Definition Classes
    TreeNode
  184. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  185. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  186. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()
  187. def waitForSubqueries(): Unit
    Attributes
    protected
    Definition Classes
    SparkPlan
  188. final def withNewChildren(newChildren: Seq[SparkPlan]): SparkPlan
    Definition Classes
    TreeNode
  189. def withNewChildrenInternal(newLeft: SparkPlan, newRight: SparkPlan): SparkPlan

    Copy the plan with new children

    Copy the plan with new children

    Attributes
    protected
    Definition Classes
    BroadcastObjectSideKNNJoinExecSedonaBinaryExecNode
  190. final def withNewChildrenInternal(newChildren: IndexedSeq[SparkPlan]): SparkPlan
    Definition Classes
    SedonaBinaryExecNode → TreeNode

Inherited from TraitKNNJoinQueryExec

Inherited from TraitJoinQueryExec

Inherited from TraitJoinQueryBase

Inherited from SedonaBinaryExecNode

Inherited from SparkPlan

Inherited from Serializable

Inherited from Serializable

Inherited from Logging

Inherited from QueryPlan[SparkPlan]

Inherited from SQLConfHelper

Inherited from TreeNode[SparkPlan]

Inherited from TreePatternBits

Inherited from Product

Inherited from Equals

Inherited from AnyRef

Inherited from Any

Ungrouped