org.apache.spark.sql.execution.local

BroadcastHashJoinNode

case class BroadcastHashJoinNode(conf: SQLConf, streamedKeys: Seq[Expression], streamedNode: LocalNode, buildSide: BuildSide, buildOutput: Seq[Attribute], hashedRelation: Broadcast[HashedRelation]) extends UnaryLocalNode with HashJoinNode with Product with Serializable

A HashJoinNode for broadcast join. It takes a streamedNode and a broadcast HashedRelation. The actual work of this node is defined in HashJoinNode.

Linear Supertypes
Serializable, Serializable, HashJoinNode, UnaryLocalNode, LocalNode, Logging, QueryPlan[LocalNode], TreeNode[LocalNode], Product, Equals, AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. BroadcastHashJoinNode
  2. Serializable
  3. Serializable
  4. HashJoinNode
  5. UnaryLocalNode
  6. LocalNode
  7. Logging
  8. QueryPlan
  9. TreeNode
  10. Product
  11. Equals
  12. AnyRef
  13. Any
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

Instance Constructors

  1. new BroadcastHashJoinNode(conf: SQLConf, streamedKeys: Seq[Expression], streamedNode: LocalNode, buildSide: BuildSide, buildOutput: Seq[Attribute], hashedRelation: Broadcast[HashedRelation])

Value Members

  1. final def !=(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  2. final def !=(arg0: Any): Boolean

    Definition Classes
    Any
  3. final def ##(): Int

    Definition Classes
    AnyRef → Any
  4. final def ==(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  5. final def ==(arg0: Any): Boolean

    Definition Classes
    Any
  6. def apply(number: Int): LocalNode

    Definition Classes
    TreeNode
  7. def argString: String

    Definition Classes
    TreeNode
  8. def asCode: String

    Definition Classes
    TreeNode
  9. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  10. final def asIterator: Iterator[InternalRow]

    Returns the content through the Iterator interface.

    Returns the content through the Iterator interface.

    Definition Classes
    LocalNode
  11. val buildOutput: Seq[Attribute]

  12. val buildSide: BuildSide

    Definition Classes
    BroadcastHashJoinNodeHashJoinNode
  13. def canProcessSafeRows: Boolean

    Specifies whether this operator is capable of processing Java-object-based Rows (i.

    Specifies whether this operator is capable of processing Java-object-based Rows (i.e. rows that are not UnsafeRows).

    Definition Classes
    LocalNode
  14. def canProcessUnsafeRows: Boolean

    Specifies whether this operator is capable of processing UnsafeRows

    Specifies whether this operator is capable of processing UnsafeRows

    Definition Classes
    LocalNode
  15. val child: LocalNode

    Definition Classes
    BroadcastHashJoinNodeUnaryLocalNode
  16. def children: Seq[LocalNode]

    Definition Classes
    UnaryLocalNode → TreeNode
  17. def clone(): AnyRef

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  18. def close(): Unit

    Closes the iterator and releases all resources.

    Closes the iterator and releases all resources. It should be idempotent.

    Implementations of this must also call the close() function of its children.

    Definition Classes
    BroadcastHashJoinNodeLocalNode
  19. final def collect(): Seq[Row]

    Returns the content of the iterator from the beginning to the end in the form of a Scala Seq.

    Returns the content of the iterator from the beginning to the end in the form of a Scala Seq.

    Definition Classes
    LocalNode
  20. def collect[B](pf: PartialFunction[LocalNode, B]): Seq[B]

    Definition Classes
    TreeNode
  21. def collectFirst[B](pf: PartialFunction[LocalNode, B]): Option[B]

    Definition Classes
    TreeNode
  22. val conf: SQLConf

  23. lazy val containsChild: Set[TreeNode[_]]

    Definition Classes
    TreeNode
  24. def doOpen(): Unit

    Custom open implementation to be overridden by subclasses.

    Custom open implementation to be overridden by subclasses.

    Attributes
    protected
    Definition Classes
    BroadcastHashJoinNodeHashJoinNode
  25. final def eq(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  26. def expressions: Seq[Expression]

    Definition Classes
    QueryPlan
  27. def fastEquals(other: TreeNode[_]): Boolean

    Definition Classes
    TreeNode
  28. def fetch(): InternalRow

    Definition Classes
    HashJoinNode
  29. def finalize(): Unit

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  30. def find(f: (LocalNode) ⇒ Boolean): Option[LocalNode]

    Definition Classes
    TreeNode
  31. def flatMap[A](f: (LocalNode) ⇒ TraversableOnce[A]): Seq[A]

    Definition Classes
    TreeNode
  32. def foreach(f: (LocalNode) ⇒ Unit): Unit

    Definition Classes
    TreeNode
  33. def foreachUp(f: (LocalNode) ⇒ Unit): Unit

    Definition Classes
    TreeNode
  34. def generateTreeString(depth: Int, lastChildren: Seq[Boolean], builder: StringBuilder): StringBuilder

    Attributes
    protected
    Definition Classes
    TreeNode
  35. final def getClass(): Class[_]

    Definition Classes
    AnyRef → Any
  36. def getNodeNumbered(number: MutableInt): LocalNode

    Attributes
    protected
    Definition Classes
    TreeNode
  37. val hashedRelation: Broadcast[HashedRelation]

  38. def inputSet: AttributeSet

    Definition Classes
    BroadcastHashJoinNode → QueryPlan
  39. final def isInstanceOf[T0]: Boolean

    Definition Classes
    Any
  40. def isTraceEnabled(): Boolean

    Attributes
    protected
    Definition Classes
    Logging
  41. def jsonFields: List[(String, JValue)]

    Attributes
    protected
    Definition Classes
    TreeNode
  42. def log: Logger

    Attributes
    protected
    Definition Classes
    Logging
  43. def logDebug(msg: ⇒ String, throwable: Throwable): Unit

    Attributes
    protected
    Definition Classes
    Logging
  44. def logDebug(msg: ⇒ String): Unit

    Attributes
    protected
    Definition Classes
    Logging
  45. def logError(msg: ⇒ String, throwable: Throwable): Unit

    Attributes
    protected
    Definition Classes
    Logging
  46. def logError(msg: ⇒ String): Unit

    Attributes
    protected
    Definition Classes
    Logging
  47. def logInfo(msg: ⇒ String, throwable: Throwable): Unit

    Attributes
    protected
    Definition Classes
    Logging
  48. def logInfo(msg: ⇒ String): Unit

    Attributes
    protected
    Definition Classes
    Logging
  49. def logName: String

    Attributes
    protected
    Definition Classes
    Logging
  50. def logTrace(msg: ⇒ String, throwable: Throwable): Unit

    Attributes
    protected
    Definition Classes
    Logging
  51. def logTrace(msg: ⇒ String): Unit

    Attributes
    protected
    Definition Classes
    Logging
  52. def logWarning(msg: ⇒ String, throwable: Throwable): Unit

    Attributes
    protected
    Definition Classes
    Logging
  53. def logWarning(msg: ⇒ String): Unit

    Attributes
    protected
    Definition Classes
    Logging
  54. def makeCopy(newArgs: Array[AnyRef]): LocalNode

    Definition Classes
    TreeNode
  55. def map[A](f: (LocalNode) ⇒ A): Seq[A]

    Definition Classes
    TreeNode
  56. def mapChildren(f: (LocalNode) ⇒ LocalNode): LocalNode

    Definition Classes
    TreeNode
  57. def missingInput: AttributeSet

    Definition Classes
    QueryPlan
  58. final def ne(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  59. def newMutableProjection(expressions: Seq[Expression], inputSchema: Seq[Attribute]): () ⇒ MutableProjection

    Attributes
    protected
    Definition Classes
    LocalNode
  60. def newPredicate(expression: Expression, inputSchema: Seq[Attribute]): (InternalRow) ⇒ Boolean

    Attributes
    protected
    Definition Classes
    LocalNode
  61. def newProjection(expressions: Seq[Expression], inputSchema: Seq[Attribute]): Projection

    Attributes
    protected
    Definition Classes
    LocalNode
  62. def next(): Boolean

    Definition Classes
    HashJoinNode
  63. def nodeName: String

    Definition Classes
    TreeNode
  64. final def notify(): Unit

    Definition Classes
    AnyRef
  65. final def notifyAll(): Unit

    Definition Classes
    AnyRef
  66. def numberedTreeString: String

    Definition Classes
    TreeNode
  67. def open(): Unit

    Definition Classes
    HashJoinNode
  68. val origin: Origin

    Definition Classes
    TreeNode
  69. def otherCopyArgs: Seq[AnyRef]

    Attributes
    protected
    Definition Classes
    TreeNode
  70. def output: Seq[Attribute]

    Definition Classes
    BroadcastHashJoinNode → QueryPlan
  71. def outputSet: AttributeSet

    Definition Classes
    QueryPlan
  72. def outputsUnsafeRows: Boolean

    Specifies whether this operator outputs UnsafeRows

    Specifies whether this operator outputs UnsafeRows

    Definition Classes
    LocalNode
  73. def prepare(): Unit

    Called before open().

    Called before open(). Prepare can be used to reserve memory needed. It must NOT consume any input data.

    Implementations of this must also call the prepare() function of its children.

    Definition Classes
    LocalNode
  74. def prettyJson: String

    Definition Classes
    TreeNode
  75. def printSchema(): Unit

    Definition Classes
    QueryPlan
  76. def references: AttributeSet

    Definition Classes
    QueryPlan
  77. lazy val schema: StructType

    Definition Classes
    QueryPlan
  78. def schemaString: String

    Definition Classes
    QueryPlan
  79. def simpleString: String

    Definition Classes
    QueryPlan → TreeNode
  80. def statePrefix: String

    Attributes
    protected
    Definition Classes
    QueryPlan
  81. val streamedKeys: Seq[Expression]

    Definition Classes
    BroadcastHashJoinNodeHashJoinNode
  82. val streamedNode: LocalNode

    Definition Classes
    BroadcastHashJoinNodeHashJoinNode
  83. def stringArgs: Iterator[Any]

    Attributes
    protected
    Definition Classes
    TreeNode
  84. final def synchronized[T0](arg0: ⇒ T0): T0

    Definition Classes
    AnyRef
  85. def toJSON: String

    Definition Classes
    TreeNode
  86. def toString(): String

    Definition Classes
    TreeNode → AnyRef → Any
  87. def transform(rule: PartialFunction[LocalNode, LocalNode]): LocalNode

    Definition Classes
    TreeNode
  88. def transformAllExpressions(rule: PartialFunction[Expression, Expression]): BroadcastHashJoinNode.this.type

    Definition Classes
    QueryPlan
  89. def transformChildren(rule: PartialFunction[LocalNode, LocalNode], nextOperation: (LocalNode, PartialFunction[LocalNode, LocalNode]) ⇒ LocalNode): LocalNode

    Attributes
    protected
    Definition Classes
    TreeNode
  90. def transformDown(rule: PartialFunction[LocalNode, LocalNode]): LocalNode

    Definition Classes
    TreeNode
  91. def transformExpressions(rule: PartialFunction[Expression, Expression]): BroadcastHashJoinNode.this.type

    Definition Classes
    QueryPlan
  92. def transformExpressionsDown(rule: PartialFunction[Expression, Expression]): BroadcastHashJoinNode.this.type

    Definition Classes
    QueryPlan
  93. def transformExpressionsUp(rule: PartialFunction[Expression, Expression]): BroadcastHashJoinNode.this.type

    Definition Classes
    QueryPlan
  94. def transformUp(rule: PartialFunction[LocalNode, LocalNode]): LocalNode

    Definition Classes
    TreeNode
  95. def treeString: String

    Definition Classes
    TreeNode
  96. final def wait(): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  97. final def wait(arg0: Long, arg1: Int): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  98. final def wait(arg0: Long): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  99. def withHashedRelation(hashedRelation: HashedRelation): Unit

    Sets the HashedRelation used by this node.

    Sets the HashedRelation used by this node. This method needs to be called after before the first next gets called.

    Attributes
    protected
    Definition Classes
    HashJoinNode
  100. def withNewChildren(newChildren: Seq[LocalNode]): LocalNode

    Definition Classes
    TreeNode

Inherited from Serializable

Inherited from Serializable

Inherited from HashJoinNode

Inherited from UnaryLocalNode

Inherited from LocalNode

Inherited from Logging

Inherited from QueryPlan[LocalNode]

Inherited from TreeNode[LocalNode]

Inherited from Product

Inherited from Equals

Inherited from AnyRef

Inherited from Any

Ungrouped