org.apache.spark.sql.execution.vectorized

ColumnVector

abstract class ColumnVector extends AutoCloseable

Linear Supertypes
AutoCloseable, AnyRef, Any
Known Subclasses
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. ColumnVector
  2. AutoCloseable
  3. AnyRef
  4. Any
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

Instance Constructors

  1. new ColumnVector(capacity: Int, type: DataType, memMode: MemoryMode)

Abstract Value Members

  1. abstract def getArrayLength(rowId: Int): Int

  2. abstract def getArrayOffset(rowId: Int): Int

  3. abstract def getBoolean(rowId: Int): Boolean

  4. abstract def getByte(rowId: Int): Byte

  5. abstract def getDictId(rowId: Int): Int

  6. abstract def getDouble(rowId: Int): Double

  7. abstract def getFloat(rowId: Int): Float

  8. abstract def getInt(rowId: Int): Int

  9. abstract def getLong(rowId: Int): Long

  10. abstract def getShort(rowId: Int): Short

  11. abstract def isNullAt(rowId: Int): Boolean

  12. abstract def loadBytes(array: Array): Unit

  13. abstract def nullsNativeAddress(): Long

  14. abstract def putArray(rowId: Int, offset: Int, length: Int): Unit

  15. abstract def putBoolean(rowId: Int, value: Boolean): Unit

  16. abstract def putBooleans(rowId: Int, count: Int, value: Boolean): Unit

  17. abstract def putByte(rowId: Int, value: Byte): Unit

  18. abstract def putByteArray(rowId: Int, value: Array[Byte], offset: Int, count: Int): Int

  19. abstract def putBytes(rowId: Int, count: Int, src: Array[Byte], srcIndex: Int): Unit

  20. abstract def putBytes(rowId: Int, count: Int, value: Byte): Unit

  21. abstract def putDouble(rowId: Int, value: Double): Unit

  22. abstract def putDoubles(rowId: Int, count: Int, src: Array[Byte], srcIndex: Int): Unit

  23. abstract def putDoubles(rowId: Int, count: Int, src: Array[Double], srcIndex: Int): Unit

  24. abstract def putDoubles(rowId: Int, count: Int, value: Double): Unit

  25. abstract def putFloat(rowId: Int, value: Float): Unit

  26. abstract def putFloats(rowId: Int, count: Int, src: Array[Byte], srcIndex: Int): Unit

  27. abstract def putFloats(rowId: Int, count: Int, src: Array[Float], srcIndex: Int): Unit

  28. abstract def putFloats(rowId: Int, count: Int, value: Float): Unit

  29. abstract def putInt(rowId: Int, value: Int): Unit

  30. abstract def putInts(rowId: Int, count: Int, src: Array[Int], srcIndex: Int): Unit

  31. abstract def putInts(rowId: Int, count: Int, value: Int): Unit

  32. abstract def putIntsLittleEndian(rowId: Int, count: Int, src: Array[Byte], srcIndex: Int): Unit

  33. abstract def putLong(rowId: Int, value: Long): Unit

  34. abstract def putLongs(rowId: Int, count: Int, src: Array[Long], srcIndex: Int): Unit

  35. abstract def putLongs(rowId: Int, count: Int, value: Long): Unit

  36. abstract def putLongsLittleEndian(rowId: Int, count: Int, src: Array[Byte], srcIndex: Int): Unit

  37. abstract def putNotNull(rowId: Int): Unit

  38. abstract def putNotNulls(rowId: Int, count: Int): Unit

  39. abstract def putNull(rowId: Int): Unit

  40. abstract def putNulls(rowId: Int, count: Int): Unit

  41. abstract def putShort(rowId: Int, value: Short): Unit

  42. abstract def putShorts(rowId: Int, count: Int, src: Array[Short], srcIndex: Int): Unit

  43. abstract def putShorts(rowId: Int, count: Int, value: Short): Unit

  44. abstract def reserveInternal(capacity: Int): Unit

  45. abstract def valuesNativeAddress(): Long

Concrete Value Members

  1. final def !=(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  2. final def !=(arg0: Any): Boolean

    Definition Classes
    Any
  3. final def ##(): Int

    Definition Classes
    AnyRef → Any
  4. final def ==(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  5. final def ==(arg0: Any): Boolean

    Definition Classes
    Any
  6. final def anyNullsSet(): Boolean

  7. final def appendArray(length: Int): Int

  8. final def appendBoolean(v: Boolean): Int

  9. final def appendBooleans(count: Int, v: Boolean): Int

  10. final def appendByte(v: Byte): Int

  11. final def appendByteArray(value: Array[Byte], offset: Int, length: Int): Int

  12. final def appendBytes(length: Int, src: Array[Byte], offset: Int): Int

  13. final def appendBytes(count: Int, v: Byte): Int

  14. final def appendDouble(v: Double): Int

  15. final def appendDoubles(length: Int, src: Array[Double], offset: Int): Int

  16. final def appendDoubles(count: Int, v: Double): Int

  17. final def appendFloat(v: Float): Int

  18. final def appendFloats(count: Int, v: Float): Int

  19. final def appendInt(v: Int): Int

  20. final def appendInts(length: Int, src: Array[Int], offset: Int): Int

  21. final def appendInts(count: Int, v: Int): Int

  22. final def appendLong(v: Long): Int

  23. final def appendLongs(length: Int, src: Array[Long], offset: Int): Int

  24. final def appendLongs(count: Int, v: Long): Int

  25. final def appendNotNull(): Int

  26. final def appendNotNulls(count: Int): Int

  27. final def appendNull(): Int

  28. final def appendNulls(count: Int): Int

  29. final def appendShort(v: Short): Int

  30. final def appendShorts(length: Int, src: Array[Short], offset: Int): Int

  31. final def appendShorts(count: Int, v: Short): Int

  32. final def appendStruct(isNull: Boolean): Int

  33. final def arrayData(): ColumnVector

  34. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  35. def clone(): AnyRef

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  36. def close(): Unit

    Definition Classes
    ColumnVector → AutoCloseable
  37. final def dataType(): DataType

  38. final def eq(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  39. def equals(arg0: Any): Boolean

    Definition Classes
    AnyRef → Any
  40. def finalize(): Unit

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  41. final def getArray(rowId: Int): Array

  42. final def getBinary(rowId: Int): Array[Byte]

  43. final def getChildColumn(ordinal: Int): ColumnVector

  44. final def getClass(): Class[_]

    Definition Classes
    AnyRef → Any
  45. final def getDecimal(rowId: Int, precision: Int, scale: Int): Decimal

  46. def getDictionaryIds(): ColumnVector

  47. final def getElementsAppended(): Int

  48. def getMap(ordinal: Int): MapData

  49. def getStruct(rowId: Int, size: Int): ColumnarBatch.Row

  50. def getStruct(rowId: Int): ColumnarBatch.Row

  51. final def getUTF8String(rowId: Int): UTF8String

  52. def hasDictionary(): Boolean

  53. def hashCode(): Int

    Definition Classes
    AnyRef → Any
  54. final def isArray(): Boolean

  55. final def isInstanceOf[T0]: Boolean

    Definition Classes
    Any
  56. final def ne(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  57. final def notify(): Unit

    Definition Classes
    AnyRef
  58. final def notifyAll(): Unit

    Definition Classes
    AnyRef
  59. final def numNulls(): Int

  60. final def putByteArray(rowId: Int, value: Array[Byte]): Int

  61. final def putDecimal(rowId: Int, value: Decimal, precision: Int): Unit

  62. def reserve(requiredCapacity: Int): Unit

  63. def reserveDictionaryIds(capacity: Int): ColumnVector

  64. def reset(): Unit

  65. def setDictionary(dictionary: Dictionary): Unit

  66. final def setIsConstant(): Unit

  67. final def synchronized[T0](arg0: ⇒ T0): T0

    Definition Classes
    AnyRef
  68. def toString(): String

    Definition Classes
    AnyRef → Any
  69. final def wait(): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  70. final def wait(arg0: Long, arg1: Int): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  71. final def wait(arg0: Long): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from AutoCloseable

Inherited from AnyRef

Inherited from Any

Ungrouped