Packages

abstract class ColumnVector extends AutoCloseable

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

Deprecated Value Members

  1. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] ) @Deprecated
    Deprecated

Inherited from AutoCloseable

Inherited from AnyRef

Inherited from Any

Ungrouped