Packages

abstract class ColumnVector extends AutoCloseable

Source
ColumnVector.java
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
Visibility
  1. Public
  2. All

Instance Constructors

  1. new ColumnVector(type: DataType)
    Attributes
    protected[vectorized]

Abstract Value Members

  1. abstract def close(): Unit
    Definition Classes
    ColumnVector → AutoCloseable
  2. abstract def getArray(rowId: Int): ColumnarArray
  3. abstract def getBinary(rowId: Int): Array[Byte]
  4. abstract def getBoolean(rowId: Int): Boolean
  5. abstract def getByte(rowId: Int): Byte
  6. abstract def getChild(ordinal: Int): ColumnVector
  7. abstract def getDecimal(rowId: Int, precision: Int, scale: Int): Decimal
  8. abstract def getDouble(rowId: Int): Double
  9. abstract def getFloat(rowId: Int): Float
  10. abstract def getInt(rowId: Int): Int
  11. abstract def getLong(rowId: Int): Long
  12. abstract def getMap(ordinal: Int): ColumnarMap
  13. abstract def getShort(rowId: Int): Short
  14. abstract def getUTF8String(rowId: Int): UTF8String
  15. abstract def hasNull(): Boolean
  16. abstract def isNullAt(rowId: Int): Boolean
  17. abstract def numNulls(): Int

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 dataType(): DataType
  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. def getBooleans(rowId: Int, count: Int): Array[Boolean]
  11. def getBytes(rowId: Int, count: Int): Array[Byte]
  12. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  13. def getDoubles(rowId: Int, count: Int): Array[Double]
  14. def getFloats(rowId: Int, count: Int): Array[Float]
  15. final def getInterval(rowId: Int): CalendarInterval
  16. def getInts(rowId: Int, count: Int): Array[Int]
  17. def getLongs(rowId: Int, count: Int): Array[Long]
  18. def getShorts(rowId: Int, count: Int): Array[Short]
  19. final def getStruct(rowId: Int): ColumnarRow
  20. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  21. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  22. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  23. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  24. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  25. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  26. def toString(): String
    Definition Classes
    AnyRef → Any
  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()

Inherited from AutoCloseable

Inherited from AnyRef

Inherited from Any

Ungrouped