Class

org.apache.spark.sql.execution.local

BinaryHashJoinNode

Related Doc: package local

Permalink

case class BinaryHashJoinNode(conf: SQLConf, leftKeys: Seq[Expression], rightKeys: Seq[Expression], buildSide: BuildSide, left: LocalNode, right: LocalNode) extends BinaryLocalNode with HashJoinNode with Product with Serializable

A HashJoinNode that builds the HashedRelation according to the value of buildSide. The actual work of this node is defined in HashJoinNode.

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

Instance Constructors

  1. new BinaryHashJoinNode(conf: SQLConf, leftKeys: Seq[Expression], rightKeys: Seq[Expression], buildSide: BuildSide, left: LocalNode, right: LocalNode)

    Permalink

Value Members

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

    Permalink
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int

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

    Permalink
    Definition Classes
    AnyRef → Any
  4. def apply(number: Int): LocalNode

    Permalink
    Definition Classes
    TreeNode
  5. def argString: String

    Permalink
    Definition Classes
    TreeNode
  6. def asCode: String

    Permalink
    Definition Classes
    TreeNode
  7. final def asInstanceOf[T0]: T0

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

    Permalink

    Returns the content through the Iterator interface.

    Returns the content through the Iterator interface.

    Definition Classes
    LocalNode
  9. val buildSide: BuildSide

    Permalink
    Definition Classes
    BinaryHashJoinNodeHashJoinNode
  10. def canProcessSafeRows: Boolean

    Permalink

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

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

    Definition Classes
    LocalNode
  11. def canProcessUnsafeRows: Boolean

    Permalink

    Specifies whether this operator is capable of processing UnsafeRows

    Specifies whether this operator is capable of processing UnsafeRows

    Definition Classes
    LocalNode
  12. def children: Seq[LocalNode]

    Permalink
    Definition Classes
    BinaryLocalNode → TreeNode
  13. def clone(): AnyRef

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

    Permalink

    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
    BinaryHashJoinNodeLocalNode
  15. final def collect(): Seq[Row]

    Permalink

    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
  16. def collect[B](pf: PartialFunction[LocalNode, B]): Seq[B]

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

    Permalink
    Definition Classes
    TreeNode
  18. val conf: SQLConf

    Permalink
  19. lazy val containsChild: Set[TreeNode[_]]

    Permalink
    Definition Classes
    TreeNode
  20. def doOpen(): Unit

    Permalink

    Custom open implementation to be overridden by subclasses.

    Custom open implementation to be overridden by subclasses.

    Attributes
    protected
    Definition Classes
    BinaryHashJoinNodeHashJoinNode
  21. final def eq(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  22. def expressions: Seq[Expression]

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

    Permalink
    Definition Classes
    TreeNode
  24. def fetch(): InternalRow

    Permalink
    Definition Classes
    HashJoinNode
  25. def finalize(): Unit

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

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

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

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

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

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

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

    Permalink
    Attributes
    protected
    Definition Classes
    TreeNode
  33. def inputSet: AttributeSet

    Permalink
    Definition Classes
    QueryPlan
  34. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  35. def isTraceEnabled(): Boolean

    Permalink
    Attributes
    protected
    Definition Classes
    Logging
  36. def jsonFields: List[JField]

    Permalink
    Attributes
    protected
    Definition Classes
    TreeNode
  37. val left: LocalNode

    Permalink
    Definition Classes
    BinaryHashJoinNodeBinaryLocalNode
  38. val leftKeys: Seq[Expression]

    Permalink
  39. def log: Logger

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

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

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

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

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

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

    Permalink
    Attributes
    protected
    Definition Classes
    Logging
  46. def logName: String

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

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

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

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

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

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

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

    Permalink
    Definition Classes
    TreeNode
  54. def missingInput: AttributeSet

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

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

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

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

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

    Permalink
    Definition Classes
    HashJoinNode
  60. def nodeName: String

    Permalink
    Definition Classes
    TreeNode
  61. final def notify(): Unit

    Permalink
    Definition Classes
    AnyRef
  62. final def notifyAll(): Unit

    Permalink
    Definition Classes
    AnyRef
  63. def numberedTreeString: String

    Permalink
    Definition Classes
    TreeNode
  64. def open(): Unit

    Permalink
    Definition Classes
    HashJoinNode
  65. val origin: Origin

    Permalink
    Definition Classes
    TreeNode
  66. def otherCopyArgs: Seq[AnyRef]

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

    Permalink
    Definition Classes
    BinaryHashJoinNode → QueryPlan
  68. def outputSet: AttributeSet

    Permalink
    Definition Classes
    QueryPlan
  69. def outputsUnsafeRows: Boolean

    Permalink

    Specifies whether this operator outputs UnsafeRows

    Specifies whether this operator outputs UnsafeRows

    Definition Classes
    LocalNode
  70. def prepare(): Unit

    Permalink

    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
  71. def prettyJson: String

    Permalink
    Definition Classes
    TreeNode
  72. def printSchema(): Unit

    Permalink
    Definition Classes
    QueryPlan
  73. def references: AttributeSet

    Permalink
    Definition Classes
    QueryPlan
  74. val right: LocalNode

    Permalink
    Definition Classes
    BinaryHashJoinNodeBinaryLocalNode
  75. val rightKeys: Seq[Expression]

    Permalink
  76. lazy val schema: StructType

    Permalink
    Definition Classes
    QueryPlan
  77. def schemaString: String

    Permalink
    Definition Classes
    QueryPlan
  78. def simpleString: String

    Permalink
    Definition Classes
    QueryPlan → TreeNode
  79. def statePrefix: String

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

    Permalink
    Attributes
    protected
    Definition Classes
    BinaryHashJoinNodeHashJoinNode
  81. val streamedNode: LocalNode

    Permalink
    Attributes
    protected
    Definition Classes
    BinaryHashJoinNodeHashJoinNode
  82. def stringArgs: Iterator[Any]

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

    Permalink
    Definition Classes
    AnyRef
  84. def toJSON: String

    Permalink
    Definition Classes
    TreeNode
  85. def toString(): String

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

    Permalink
    Definition Classes
    TreeNode
  87. def transformAllExpressions(rule: PartialFunction[Expression, Expression]): BinaryHashJoinNode.this.type

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

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

    Permalink
    Definition Classes
    TreeNode
  90. def transformExpressions(rule: PartialFunction[Expression, Expression]): BinaryHashJoinNode.this.type

    Permalink
    Definition Classes
    QueryPlan
  91. def transformExpressionsDown(rule: PartialFunction[Expression, Expression]): BinaryHashJoinNode.this.type

    Permalink
    Definition Classes
    QueryPlan
  92. def transformExpressionsUp(rule: PartialFunction[Expression, Expression]): BinaryHashJoinNode.this.type

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

    Permalink
    Definition Classes
    TreeNode
  94. def treeString: String

    Permalink
    Definition Classes
    TreeNode
  95. final def wait(): Unit

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

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

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

    Permalink

    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
  99. def withNewChildren(newChildren: Seq[LocalNode]): LocalNode

    Permalink
    Definition Classes
    TreeNode

Inherited from Serializable

Inherited from Serializable

Inherited from HashJoinNode

Inherited from BinaryLocalNode

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