Packages

abstract class UnsafeWriter extends AnyRef

Base class for writing Unsafe* structures.

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

Instance Constructors

  1. new UnsafeWriter(holder: BufferHolder)
    Attributes
    protected[codegen]

Abstract Value Members

  1. abstract def setNull1Bytes(ordinal: Int): Unit
  2. abstract def setNull2Bytes(ordinal: Int): Unit
  3. abstract def setNull4Bytes(ordinal: Int): Unit
  4. abstract def setNull8Bytes(ordinal: Int): Unit
  5. abstract def write(ordinal: Int, input: Decimal, precision: Int, scale: Int): Unit
  6. abstract def write(ordinal: Int, value: Double): Unit
  7. abstract def write(ordinal: Int, value: Float): Unit
  8. abstract def write(ordinal: Int, value: Long): Unit
  9. abstract def write(ordinal: Int, value: Int): Unit
  10. abstract def write(ordinal: Int, value: Short): Unit
  11. abstract def write(ordinal: Int, value: Byte): Unit
  12. abstract def write(ordinal: Int, value: Boolean): Unit

Concrete 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 clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()
  6. final def cursor(): Int
  7. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  8. def equals(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  9. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  10. final def getBuffer(): Array[Byte]
  11. final def getBufferHolder(): BufferHolder

    Accessor methods are delegated from BufferHolder class

  12. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  13. final def grow(neededSize: Int): Unit
  14. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  15. final def increaseCursor(val: Int): Unit
  16. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  17. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  18. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  19. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  20. final def reset(): Unit
  21. def setOffsetAndSize(ordinal: Int, currentCursor: Int, size: Int): Unit
    Attributes
    protected[codegen]
  22. def setOffsetAndSize(ordinal: Int, size: Int): Unit
    Attributes
    protected[codegen]
  23. final def setOffsetAndSizeFromPreviousCursor(ordinal: Int, previousCursor: Int): Unit
  24. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  25. def toString(): String
    Definition Classes
    AnyRef → Any
  26. final def totalSize(): Int
  27. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  28. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  29. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()
  30. final def write(array: UnsafeArrayData): Unit
  31. final def write(ordinal: Int, map: UnsafeMapData): Unit
  32. final def write(ordinal: Int, row: UnsafeRow): Unit
  33. final def write(ordinal: Int, input: CalendarInterval): Unit
  34. final def write(ordinal: Int, input: Array[Byte], offset: Int, numBytes: Int): Unit
  35. final def write(ordinal: Int, input: Array[Byte]): Unit
  36. final def write(ordinal: Int, input: UTF8String): Unit
  37. final def writeBoolean(offset: Long, value: Boolean): Unit
    Attributes
    protected[codegen]
  38. final def writeByte(offset: Long, value: Byte): Unit
    Attributes
    protected[codegen]
  39. final def writeDouble(offset: Long, value: Double): Unit
    Attributes
    protected[codegen]
  40. final def writeFloat(offset: Long, value: Float): Unit
    Attributes
    protected[codegen]
  41. final def writeInt(offset: Long, value: Int): Unit
    Attributes
    protected[codegen]
  42. final def writeLong(offset: Long, value: Long): Unit
    Attributes
    protected[codegen]
  43. final def writeShort(offset: Long, value: Short): Unit
    Attributes
    protected[codegen]
  44. final def zeroOutPaddingBytes(numBytes: Int): Unit
    Attributes
    protected[codegen]

Inherited from AnyRef

Inherited from Any

Ungrouped