Packages

final class BatchDataset extends Serializable

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

Instance Constructors

  1. new BatchDataset(_schema: DatasetSchema, capacity: Int = BatchDataset.MAX_MUM_OF_ROWS)

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. val capacity: Int
  6. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @IntrinsicCandidate() @native()
  7. def copyRowFrom(rowNum: Int, src: BatchDataset, srcRowNum: Int): Unit
  8. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  9. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  10. def fieldBufferForRead(rowNum: Int, fieldIndex: Int): MemoryBuffer
  11. def fieldBufferForReadOffset(rowNum: Int, fieldIndex: Int): Int
  12. def fieldBufferForReadVarLenField(offset: Int): MemoryBuffer
  13. def fieldBufferForReadVarLenField(rowNum: Int, fieldIndex: Int): MemoryBuffer
  14. def fieldBufferForReadVarLenFieldOffset(offset: Int): Int
  15. def fieldBufferForReadVarLenFieldOffset(rowNum: Int, fieldIndex: Int): Int
  16. def fieldBufferForWrite(rowNum: Int, fieldIndex: Int): MemoryBuffer
  17. def fieldBufferForWriteOffset(rowNum: Int, fieldIndex: Int): Int
  18. def fieldSize(rowNum: Int, fieldIndex: Int): Int
  19. def fixedLenFieldsBuffer(): MemoryBuffer
  20. def foreach(f: (Int) => Unit): Unit
  21. def get[T](rowNumber: Int, fieldIndex: Int)(implicit storable: InternalStorable[T]): T
  22. def get[T](rowNumber: Int, fieldName: String)(implicit storable: InternalStorable[T]): T
  23. def get[T](rowNumber: Int, expr: Expression[T]): T
  24. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @IntrinsicCandidate() @native()
  25. def getRef[T](rowNum: Int, ordinal: Int): T
  26. def getRef[T](rowNum: Int, expr: Expression[T]): T
  27. def getRefPointer(rowNum: Int, ordinal: Int): Int
  28. def getTime(rowNumber: Int): Time
  29. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @IntrinsicCandidate() @native()
  30. def isDefined(rowNum: Int, fieldIndex: Int): Boolean
  31. def isDefined(rowNum: Int, expr: Expression[_]): Boolean
  32. def isDefined(rowNum: Int, fieldName: String): Boolean
  33. def isDeleted(rowNum: Int): Boolean
  34. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  35. def isNull(rowNum: Int, index: Int): Boolean
  36. def isNull(rowNum: Int, expr: Expression[_]): Boolean
  37. def isNullRef(rowNum: Int, ordinal: Int): Boolean
  38. def isNullRef(rowNum: Int, expr: Expression[_]): Boolean
  39. def isRef(rowNum: Int, fieldIndex: Int): Boolean
  40. def isValueDefined(rowNum: Int, fieldIdx: Int): Boolean
  41. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  42. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @IntrinsicCandidate() @native()
  43. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @IntrinsicCandidate() @native()
  44. def removeDeleted(rowNum: Int): Unit
  45. def schema: DatasetSchema
  46. def set[T](rowNumber: Int, fieldIndex: Int, v: T)(implicit storable: InternalStorable[T]): Unit
  47. def set(rowNumber: Int, v: Time): Unit
  48. def set[T](rowNumber: Int, expr: Expression[T], v: T): Unit
  49. def set[T](rowNumber: Int, tag: Byte, v: T)(implicit storable: InternalStorable[T]): Unit
  50. def setDeleted(rowNum: Int): Unit
  51. def setFieldName(expr: Expression[_], newFieldName: String): Unit
  52. def setId(rowNumber: Int, tag: Byte, v: String): Unit
  53. def setNull(rowNum: Int, fieldIdx: Int): Unit
  54. def setNull(rowNum: Int, expr: Expression[_]): Unit
  55. def setRef(rowNum: Int, ordinal: Int, ref: AnyRef): Unit
  56. def setRef(rowNum: Int, expression: Expression[_], ref: AnyRef): Unit
  57. def setValid(rowNum: Int, fieldIdx: Int): Unit
    Annotations
    @ForceInline()
  58. def size: Int
  59. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  60. def toString(): String
    Definition Classes
    AnyRef → Any
  61. def updateSize(rowNum: Int): Unit
    Annotations
    @ForceInline()
  62. def varLenFieldSize(offset: Int): Int
  63. def varLenFieldSize(rowNum: Int, fieldIndex: Int): Int
  64. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  65. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  66. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  67. def writeFieldBuffer(rowNum: Int, 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 Serializable

Inherited from AnyRef

Inherited from Any

Ungrouped