org.apache.spark.sql.execution.joins

HashOuterJoin

trait HashOuterJoin extends AnyRef

Self Type
HashOuterJoin with SparkPlan
Linear Supertypes
AnyRef, Any
Known Subclasses
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. HashOuterJoin
  2. AnyRef
  3. Any
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

Abstract Value Members

  1. abstract val condition: Option[Expression]

  2. abstract val joinType: JoinType

  3. abstract val left: SparkPlan

  4. abstract val leftKeys: Seq[Expression]

  5. abstract val right: SparkPlan

  6. abstract val rightKeys: Seq[Expression]

Concrete 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. lazy val EMPTY_LIST: CompactBuffer[InternalRow]

    Attributes
    protected[this]
  7. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  8. def buildHashTable(iter: Iterator[InternalRow], numIterRows: LongSQLMetric, keyGenerator: Projection): HashMap[InternalRow, CompactBuffer[InternalRow]]

    Attributes
    protected[this]
  9. def buildKeyGenerator: Projection

    Attributes
    protected
  10. lazy val buildKeys: Seq[Expression]

    Attributes
    protected[this]
  11. lazy val buildPlan: SparkPlan

    Attributes
    protected[this]
  12. def canProcessSafeRows: Boolean

  13. def canProcessUnsafeRows: Boolean

  14. def clone(): AnyRef

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  15. final def eq(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  16. def equals(arg0: Any): Boolean

    Definition Classes
    AnyRef → Any
  17. def finalize(): Unit

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  18. def fullOuterIterator(key: InternalRow, leftIter: Iterable[InternalRow], rightIter: Iterable[InternalRow], joinedRow: JoinedRow, resultProjection: (InternalRow) ⇒ InternalRow, numOutputRows: LongSQLMetric): Iterator[InternalRow]

    Attributes
    protected[this]
  19. final def getClass(): Class[_]

    Definition Classes
    AnyRef → Any
  20. def hashCode(): Int

    Definition Classes
    AnyRef → Any
  21. final def isInstanceOf[T0]: Boolean

    Definition Classes
    Any
  22. def leftOuterIterator(key: InternalRow, joinedRow: JoinedRow, rightIter: Iterable[InternalRow], resultProjection: (InternalRow) ⇒ InternalRow, numOutputRows: LongSQLMetric): Iterator[InternalRow]

    Attributes
    protected[this]
  23. final def ne(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  24. final def notify(): Unit

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

    Definition Classes
    AnyRef
  26. def output: Seq[Attribute]

  27. def outputsUnsafeRows: Boolean

  28. def resultProjection: (InternalRow) ⇒ InternalRow

    Attributes
    protected[this]
  29. def rightOuterIterator(key: InternalRow, leftIter: Iterable[InternalRow], joinedRow: JoinedRow, resultProjection: (InternalRow) ⇒ InternalRow, numOutputRows: LongSQLMetric): Iterator[InternalRow]

    Attributes
    protected[this]
  30. def streamedKeyGenerator: Projection

    Attributes
    protected[this]
  31. lazy val streamedKeys: Seq[Expression]

    Attributes
    protected[this]
  32. lazy val streamedPlan: SparkPlan

    Attributes
    protected[this]
  33. final def synchronized[T0](arg0: ⇒ T0): T0

    Definition Classes
    AnyRef
  34. def toString(): String

    Definition Classes
    AnyRef → Any
  35. final def wait(): Unit

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

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

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from AnyRef

Inherited from Any

Ungrouped