Packages

final class HashTableDataset extends AnyRef

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. HashTableDataset
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Instance Constructors

  1. new HashTableDataset(schema: DatasetSchema)

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 batch(ptr: RowPointer): BatchDataset
  6. def batchForNewRow(): BatchDataset
  7. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @IntrinsicCandidate() @native()
  8. def contains(key: AnyRef): Boolean
  9. def createPtr(bathIndex: Int, rowNum: Int): RowPointer
  10. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  11. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  12. def fieldBufferForRead(key: AnyRef, fieldIndex: Int): MemoryBuffer
  13. def fieldBufferForReadOffset(key: AnyRef, fieldIndex: Int): Int
  14. def fieldBufferForWrite(key: AnyRef, fieldIndex: Int): MemoryBuffer
  15. def fieldBufferForWriteOffset(key: AnyRef, fieldIndex: Int): Int
  16. def get[T](key: AnyRef, fieldIndex: Int)(implicit storable: InternalStorable[T]): T
  17. def get[T](key: AnyRef, expr: Expression[T]): T
  18. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @IntrinsicCandidate() @native()
  19. def getRef[T](key: AnyRef, ordinal: Int): T
  20. def getRef[T](key: AnyRef, expr: Expression[T]): T
  21. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @IntrinsicCandidate() @native()
  22. def isDefined(key: AnyRef, fieldIndex: Int): Boolean
  23. def isDefined(key: AnyRef, expr: Expression[_]): Boolean
  24. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  25. def isNull(key: AnyRef, fieldIndex: Int): Boolean
  26. def isNull(key: AnyRef, expr: Expression[_]): Boolean
  27. def isNullRef(key: AnyRef, expression: Expression[_]): Boolean
  28. def iterator: Iterator[BatchDataset]
  29. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  30. def newRow(): RowPointer
  31. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @IntrinsicCandidate() @native()
  32. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @IntrinsicCandidate() @native()
  33. def partition(numOfPartitions: Int): Seq[(Int, Array[BatchDataset])]
  34. def rowNumber(ptr: RowPointer): Int
  35. def rowPointer(key: AnyRef): RowPointer
  36. def set[T](key: AnyRef, fieldIndex: Int, value: T)(implicit storable: InternalStorable[T]): Unit
  37. def set[T](key: AnyRef, expr: Expression[T], v: T): Unit
  38. def setNull(key: AnyRef, fieldIndex: Int): Unit
  39. def setRef(key: AnyRef, ordinal: Int, value: AnyRef): Unit
  40. def setRef(key: AnyRef, expr: Expression[_], value: AnyRef): Unit
  41. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  42. def toString(): String
    Definition Classes
    AnyRef → Any
  43. def updateKey(key: AnyRef, rowPtr: RowPointer): Unit
  44. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  45. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  46. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  47. def writeFieldBuffer(key: AnyRef, fieldIndex: Int, size: Int): Unit

Deprecated Value Members

  1. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable]) @Deprecated
    Deprecated

    (Since version 9)

Inherited from AnyRef

Inherited from Any

Ungrouped