Packages

o

org.apache.spark.sql.execution.joins

HashedRelationWithAllNullKeys

case object HashedRelationWithAllNullKeys extends HashedRelation with Product with Serializable

A special HashedRelation indicating that it's built from a non-empty input:Iterator[InternalRow] with all the keys to be null.

Linear Supertypes
Serializable, Product, Equals, HashedRelation, KnownSizeEstimation, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. HashedRelationWithAllNullKeys
  2. Serializable
  3. Product
  4. Equals
  5. HashedRelation
  6. KnownSizeEstimation
  7. AnyRef
  8. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

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. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  5. def asReadOnlyCopy(): HashedRelationWithAllNullKeys.type

    Returns a read-only copy of this, to be safely used in current thread.

    Returns a read-only copy of this, to be safely used in current thread.

    Definition Classes
    HashedRelationWithAllNullKeys → HashedRelation
  6. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native()
  7. def close(): Unit

    Release any used resources.

    Release any used resources.

    Definition Classes
    HashedRelationWithAllNullKeys → HashedRelation
  8. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  9. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  10. def estimatedSize: Long
    Definition Classes
    HashedRelationWithAllNullKeys → KnownSizeEstimation
  11. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable])
  12. def get(key: InternalRow): Iterator[InternalRow]

    Returns matched rows.

    Returns matched rows.

    Returns null if there is no matched rows.

    Definition Classes
    HashedRelationWithAllNullKeys → HashedRelation
  13. def get(key: Long): Iterator[InternalRow]

    Returns matched rows for a key that has only one column with LongType.

    Returns matched rows for a key that has only one column with LongType.

    Returns null if there is no matched rows.

    Definition Classes
    HashedRelation
  14. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  15. def getValue(key: InternalRow): InternalRow

    Returns the matched single row.

    Returns the matched single row.

    Definition Classes
    HashedRelationWithAllNullKeys → HashedRelation
  16. def getValue(key: Long): InternalRow

    Returns the matched single row with key that have only one column of LongType.

    Returns the matched single row with key that have only one column of LongType.

    Definition Classes
    HashedRelation
  17. def getValueWithKeyIndex(key: InternalRow): ValueRowWithKeyIndex

    Returns key index and matched single row.

    Returns key index and matched single row. This is for unique key case.

    Returns null if there is no matched rows.

    Definition Classes
    HashedRelation
  18. def getWithKeyIndex(key: InternalRow): Iterator[ValueRowWithKeyIndex]

    Returns an iterator for key index and matched rows.

    Returns an iterator for key index and matched rows.

    Returns null if there is no matched rows.

    Definition Classes
    HashedRelation
  19. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  20. def keyIsUnique: Boolean

    Returns true iff all the keys are unique.

    Returns true iff all the keys are unique.

    Definition Classes
    HashedRelationWithAllNullKeys → HashedRelation
  21. def keys(): Iterator[InternalRow]

    Returns an iterator for keys of InternalRow type.

    Returns an iterator for keys of InternalRow type.

    Definition Classes
    HashedRelationWithAllNullKeys → HashedRelation
  22. def maxNumKeysIndex: Int

    Returns the maximum number of allowed keys index.

    Returns the maximum number of allowed keys index.

    Definition Classes
    HashedRelation
  23. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  24. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  25. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  26. def productElementName(n: Int): String
    Definition Classes
    Product
  27. def productElementNames: Iterator[String]
    Definition Classes
    Product
  28. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  29. def valuesWithKeyIndex(): Iterator[ValueRowWithKeyIndex]

    Returns an iterator for keys index and rows of InternalRow type.

    Returns an iterator for keys index and rows of InternalRow type.

    Definition Classes
    HashedRelation
  30. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  31. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  32. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()

Inherited from Serializable

Inherited from Product

Inherited from Equals

Inherited from HashedRelation

Inherited from KnownSizeEstimation

Inherited from AnyRef

Inherited from Any

Ungrouped