org.apache.spark.sql.catalyst.expressions.codegen

LongHashSet

Related Doc: package codegen

class LongHashSet extends OpenHashSet[Long]

Linear Supertypes
OpenHashSet[Long], Serializable, Serializable, AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. LongHashSet
  2. OpenHashSet
  3. Serializable
  4. Serializable
  5. AnyRef
  6. Any
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

Instance Constructors

  1. new LongHashSet()

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. var _bitset: BitSet

    Attributes
    protected
    Definition Classes
    OpenHashSet
  5. var _capacity: Int

    Attributes
    protected
    Definition Classes
    OpenHashSet
  6. var _data: Array[Long]

    Attributes
    protected
    Definition Classes
    OpenHashSet
  7. var _growThreshold: Int

    Attributes
    protected
    Definition Classes
    OpenHashSet
  8. var _mask: Int

    Attributes
    protected
    Definition Classes
    OpenHashSet
  9. var _size: Int

    Attributes
    protected
    Definition Classes
    OpenHashSet
  10. def add(k: Long): Unit

    Definition Classes
    OpenHashSet
  11. def addWithoutResize(k: Long): Int

    Definition Classes
    OpenHashSet
  12. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  13. def capacity: Int

    Definition Classes
    OpenHashSet
  14. def clone(): AnyRef

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  15. def contains(k: Long): Boolean

    Definition Classes
    OpenHashSet
  16. final def eq(arg0: AnyRef): Boolean

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

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

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  19. def getBitSet: BitSet

    Definition Classes
    OpenHashSet
  20. final def getClass(): Class[_]

    Definition Classes
    AnyRef → Any
  21. def getPos(k: Long): Int

    Definition Classes
    OpenHashSet
  22. def getValue(pos: Int): Long

    Definition Classes
    OpenHashSet
  23. def getValueSafe(pos: Int): Long

    Definition Classes
    OpenHashSet
  24. def hashCode(): Int

    Definition Classes
    AnyRef → Any
  25. val hasher: Hasher[Long]

    Attributes
    protected
    Definition Classes
    OpenHashSet
  26. final def isInstanceOf[T0]: Boolean

    Definition Classes
    Any
  27. def iterator: Iterator[Long]

    Definition Classes
    OpenHashSet
  28. final def ne(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  29. def nextPos(fromPos: Int): Int

    Definition Classes
    OpenHashSet
  30. final def notify(): Unit

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

    Definition Classes
    AnyRef
  32. def rehashIfNeeded(k: Long, allocateFunc: (Int) ⇒ Unit, moveFunc: (Int, Int) ⇒ Unit): Unit

    Definition Classes
    OpenHashSet
  33. def size: Int

    Definition Classes
    OpenHashSet
  34. final def synchronized[T0](arg0: ⇒ T0): T0

    Definition Classes
    AnyRef
  35. def toString(): String

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

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

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

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from OpenHashSet[Long]

Inherited from Serializable

Inherited from Serializable

Inherited from AnyRef

Inherited from Any

Ungrouped