Trait

org.apache.spark.sql.execution.joins

HashOuterJoin

Related Doc: package joins

Permalink

trait HashOuterJoin extends AnyRef

Self Type
HashOuterJoin with SparkPlan
Annotations
@DeveloperApi()
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
Visibility
  1. Public
  2. All

Abstract Value Members

  1. abstract val condition: Option[Expression]

    Permalink
  2. abstract val joinType: JoinType

    Permalink
  3. abstract val left: SparkPlan

    Permalink
  4. abstract val leftKeys: Seq[Expression]

    Permalink
  5. abstract val right: SparkPlan

    Permalink
  6. abstract val rightKeys: Seq[Expression]

    Permalink

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

    Permalink
    Attributes
    protected[this]
  5. final def asInstanceOf[T0]: T0

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

    Permalink
    Attributes
    protected[this]
  7. def buildKeyGenerator: Projection

    Permalink
    Attributes
    protected
  8. lazy val buildKeys: Seq[Expression]

    Permalink
    Attributes
    protected[this]
  9. lazy val buildPlan: SparkPlan

    Permalink
    Attributes
    protected[this]
  10. def canProcessSafeRows: Boolean

    Permalink
  11. def canProcessUnsafeRows: Boolean

    Permalink
  12. def clone(): AnyRef

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

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

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

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

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

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

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

    Permalink
    Definition Classes
    Any
  20. def isUnsafeMode: Boolean

    Permalink
    Attributes
    protected[this]
  21. def leftOuterIterator(key: InternalRow, joinedRow: JoinedRow, rightIter: Iterable[InternalRow], resultProjection: (InternalRow) ⇒ InternalRow, numOutputRows: LongSQLMetric): Iterator[InternalRow]

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

    Permalink
    Definition Classes
    AnyRef
  23. final def notify(): Unit

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

    Permalink
    Definition Classes
    AnyRef
  25. def output: Seq[Attribute]

    Permalink
  26. def outputsUnsafeRows: Boolean

    Permalink
  27. def resultProjection: (InternalRow) ⇒ InternalRow

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

    Permalink
    Attributes
    protected[this]
  29. def streamedKeyGenerator: Projection

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

    Permalink
    Attributes
    protected[this]
  31. lazy val streamedPlan: SparkPlan

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

    Permalink
    Definition Classes
    AnyRef
  33. def toString(): String

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

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

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

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from AnyRef

Inherited from Any

Ungrouped