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. All

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

    Returns true iff all the keys are unique.

    Returns true iff all the keys are unique.

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

    Returns an iterator for keys of InternalRow type.

    Returns an iterator for keys of InternalRow type.

    Definition Classes
    LongHashedRelation → HashedRelation
  21. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  22. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  23. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  24. def readExternal(in: ObjectInput): Unit
    Definition Classes
    LongHashedRelation → Externalizable
  25. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  26. def toString(): String
    Definition Classes
    AnyRef → Any
  27. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  28. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  29. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()
  30. 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