final class HashTableDataset extends AnyRef
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- HashTableDataset
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Instance Constructors
- new HashTableDataset(schema: DatasetSchema)
Value Members
- final def !=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def ##: Int
- Definition Classes
- AnyRef → Any
- final def ==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- def batch(ptr: RowPointer): BatchDataset
- def batchForNewRow(): BatchDataset
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @IntrinsicCandidate() @native()
- def contains(key: AnyRef): Boolean
- def createPtr(bathIndex: Int, rowNum: Int): RowPointer
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def equals(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef → Any
- def fieldBufferForRead(key: AnyRef, fieldIndex: Int): MemoryBuffer
- def fieldBufferForReadOffset(key: AnyRef, fieldIndex: Int): Int
- def fieldBufferForWrite(key: AnyRef, fieldIndex: Int): MemoryBuffer
- def fieldBufferForWriteOffset(key: AnyRef, fieldIndex: Int): Int
- def get[T](key: AnyRef, fieldIndex: Int)(implicit storable: InternalStorable[T]): T
- def get[T](key: AnyRef, expr: Expression[T]): T
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @IntrinsicCandidate() @native()
- def getRef[T](key: AnyRef, ordinal: Int): T
- def getRef[T](key: AnyRef, expr: Expression[T]): T
- def hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @IntrinsicCandidate() @native()
- def isDefined(key: AnyRef, fieldIndex: Int): Boolean
- def isDefined(key: AnyRef, expr: Expression[_]): Boolean
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- def isNull(key: AnyRef, fieldIndex: Int): Boolean
- def isNull(key: AnyRef, expr: Expression[_]): Boolean
- def isNullRef(key: AnyRef, expression: Expression[_]): Boolean
- def iterator: Iterator[BatchDataset]
- final def ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def newRow(): RowPointer
- final def notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @IntrinsicCandidate() @native()
- final def notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @IntrinsicCandidate() @native()
- def partition(numOfPartitions: Int): Seq[(Int, Array[BatchDataset])]
- def rowNumber(ptr: RowPointer): Int
- def rowPointer(key: AnyRef): RowPointer
- def set[T](key: AnyRef, fieldIndex: Int, value: T)(implicit storable: InternalStorable[T]): Unit
- def set[T](key: AnyRef, expr: Expression[T], v: T): Unit
- def setNull(key: AnyRef, fieldIndex: Int): Unit
- def setRef(key: AnyRef, ordinal: Int, value: AnyRef): Unit
- def setRef(key: AnyRef, expr: Expression[_], value: AnyRef): Unit
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- def toString(): String
- Definition Classes
- AnyRef → Any
- def updateKey(key: AnyRef, rowPtr: RowPointer): Unit
- final def wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException]) @native()
- final def wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- def writeFieldBuffer(key: AnyRef, fieldIndex: Int, size: Int): Unit
Deprecated Value Members
- def finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.Throwable]) @Deprecated
- Deprecated
(Since version 9)