Packages

c

org.apache.spark.sql.execution.joins

LongHashedRelation

class LongHashedRelation extends HashedRelation with Externalizable

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

Instance Constructors

  1. new LongHashedRelation()
  2. new LongHashedRelation(nFields: Int, map: LongToUnsafeRowMap)

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(): LongHashedRelation

    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
    LongHashedRelation → 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
    LongHashedRelation → 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
    LongHashedRelation → KnownSizeEstimation
  11. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable])
  12. 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
    LongHashedRelation → HashedRelation
  13. def get(key: InternalRow): Iterator[InternalRow]

    Returns matched rows.

    Returns matched rows.

    Returns null if there is no matched rows.

    Definition Classes
    LongHashedRelation → HashedRelation
  14. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  15. 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
    LongHashedRelation → HashedRelation
  16. def getValue(key: InternalRow): InternalRow

    Returns the matched single row.

    Returns the matched single row.

    Definition Classes
    LongHashedRelation → 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
    LongHashedRelation → 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
    LongHashedRelation → HashedRelation
  19. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  20. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  21. def keyIsUnique: Boolean

    Returns true iff all the keys are unique.

    Returns true iff all the keys are unique.

    Definition Classes
    LongHashedRelation → HashedRelation
  22. def keys(): Iterator[InternalRow]

    Returns an iterator for keys of InternalRow type.

    Returns an iterator for keys of InternalRow type.

    Definition Classes
    LongHashedRelation → HashedRelation
  23. def maxNumKeysIndex: Int

    Returns the maximum number of allowed keys index.

    Returns the maximum number of allowed keys index.

    Definition Classes
    LongHashedRelation → HashedRelation
  24. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  25. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  26. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  27. def readExternal(in: ObjectInput): Unit
    Definition Classes
    LongHashedRelation → Externalizable
  28. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  29. def toString(): String
    Definition Classes
    AnyRef → Any
  30. 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
    LongHashedRelation → HashedRelation
  31. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  32. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  33. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  34. def writeExternal(out: ObjectOutput): Unit
    Definition Classes
    LongHashedRelation → Externalizable

Inherited from Externalizable

Inherited from Serializable

Inherited from HashedRelation

Inherited from KnownSizeEstimation

Inherited from AnyRef

Inherited from Any

Ungrouped