final class BatchDataset extends Serializable
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- BatchDataset
- Serializable
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Instance Constructors
- new BatchDataset(_schema: DatasetSchema, capacity: Int = BatchDataset.MAX_MUM_OF_ROWS)
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
- val capacity: Int
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @IntrinsicCandidate() @native()
- def copyRowFrom(rowNum: Int, src: BatchDataset, srcRowNum: Int): Unit
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def equals(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef → Any
- def fieldBufferForRead(rowNum: Int, fieldIndex: Int): MemoryBuffer
- def fieldBufferForReadOffset(rowNum: Int, fieldIndex: Int): Int
- def fieldBufferForReadVarLenField(offset: Int): MemoryBuffer
- def fieldBufferForReadVarLenField(rowNum: Int, fieldIndex: Int): MemoryBuffer
- def fieldBufferForReadVarLenFieldOffset(offset: Int): Int
- def fieldBufferForReadVarLenFieldOffset(rowNum: Int, fieldIndex: Int): Int
- def fieldBufferForWrite(rowNum: Int, fieldIndex: Int): MemoryBuffer
- def fieldBufferForWriteOffset(rowNum: Int, fieldIndex: Int): Int
- def fieldSize(rowNum: Int, fieldIndex: Int): Int
- def fixedLenFieldsBuffer(): MemoryBuffer
- def foreach(f: (Int) => Unit): Unit
- def get[T](rowNumber: Int, fieldIndex: Int)(implicit storable: InternalStorable[T]): T
- def get[T](rowNumber: Int, fieldName: String)(implicit storable: InternalStorable[T]): T
- def get[T](rowNumber: Int, expr: Expression[T]): T
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @IntrinsicCandidate() @native()
- def getRef[T](rowNum: Int, ordinal: Int): T
- def getRef[T](rowNum: Int, expr: Expression[T]): T
- def getRefPointer(rowNum: Int, ordinal: Int): Int
- def getTime(rowNumber: Int): Time
- def hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @IntrinsicCandidate() @native()
- def isDefined(rowNum: Int, fieldIndex: Int): Boolean
- def isDefined(rowNum: Int, expr: Expression[_]): Boolean
- def isDefined(rowNum: Int, fieldName: String): Boolean
- def isDeleted(rowNum: Int): Boolean
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- def isNull(rowNum: Int, index: Int): Boolean
- def isNull(rowNum: Int, expr: Expression[_]): Boolean
- def isNullRef(rowNum: Int, ordinal: Int): Boolean
- def isNullRef(rowNum: Int, expr: Expression[_]): Boolean
- def isRef(rowNum: Int, fieldIndex: Int): Boolean
- def isValueDefined(rowNum: Int, fieldIdx: Int): Boolean
- final def ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- final def notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @IntrinsicCandidate() @native()
- final def notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @IntrinsicCandidate() @native()
- def removeDeleted(rowNum: Int): Unit
- def schema: DatasetSchema
- def set[T](rowNumber: Int, fieldIndex: Int, v: T)(implicit storable: InternalStorable[T]): Unit
- def set(rowNumber: Int, v: Time): Unit
- def set[T](rowNumber: Int, expr: Expression[T], v: T): Unit
- def set[T](rowNumber: Int, tag: Byte, v: T)(implicit storable: InternalStorable[T]): Unit
- def setDeleted(rowNum: Int): Unit
- def setFieldName(expr: Expression[_], newFieldName: String): Unit
- def setId(rowNumber: Int, tag: Byte, v: String): Unit
- def setNull(rowNum: Int, fieldIdx: Int): Unit
- def setNull(rowNum: Int, expr: Expression[_]): Unit
- def setRef(rowNum: Int, ordinal: Int, ref: AnyRef): Unit
- def setRef(rowNum: Int, expression: Expression[_], ref: AnyRef): Unit
- def setValid(rowNum: Int, fieldIdx: Int): Unit
- Annotations
- @ForceInline()
- def size: Int
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- def toString(): String
- Definition Classes
- AnyRef → Any
- def updateSize(rowNum: Int): Unit
- Annotations
- @ForceInline()
- def varLenFieldSize(offset: Int): Int
- def varLenFieldSize(rowNum: Int, fieldIndex: Int): Int
- 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(rowNum: Int, 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)