Class

org.apache.spark.sql.vectorized

ColumnVector

Related Doc: package vectorized

Permalink

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)

    Permalink
    Attributes
    protected[org.apache.spark.sql.vectorized]

Abstract Value Members

  1. abstract def close(): Unit

    Permalink
    Definition Classes
    ColumnVector → AutoCloseable
  2. abstract def getArray(rowId: Int): ColumnarArray

    Permalink
  3. abstract def getBinary(rowId: Int): Array[Byte]

    Permalink
  4. abstract def getBoolean(rowId: Int): Boolean

    Permalink
  5. abstract def getByte(rowId: Int): Byte

    Permalink
  6. abstract def getChild(ordinal: Int): ColumnVector

    Permalink
    Attributes
    protected[org.apache.spark.sql.vectorized]
  7. abstract def getDecimal(rowId: Int, precision: Int, scale: Int): Decimal

    Permalink
  8. abstract def getDouble(rowId: Int): Double

    Permalink
  9. abstract def getFloat(rowId: Int): Float

    Permalink
  10. abstract def getInt(rowId: Int): Int

    Permalink
  11. abstract def getLong(rowId: Int): Long

    Permalink
  12. abstract def getMap(ordinal: Int): ColumnarMap

    Permalink
  13. abstract def getShort(rowId: Int): Short

    Permalink
  14. abstract def getUTF8String(rowId: Int): UTF8String

    Permalink
  15. abstract def hasNull(): Boolean

    Permalink
  16. abstract def isNullAt(rowId: Int): Boolean

    Permalink
  17. abstract def numNulls(): Int

    Permalink

Concrete Value Members

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

    Permalink
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int

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

    Permalink
    Definition Classes
    AnyRef → Any
  4. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  5. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  6. final def dataType(): DataType

    Permalink
  7. final def eq(arg0: AnyRef): Boolean

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

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

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  10. def getBooleans(rowId: Int, count: Int): Array[Boolean]

    Permalink
  11. def getBytes(rowId: Int, count: Int): Array[Byte]

    Permalink
  12. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
  13. def getDoubles(rowId: Int, count: Int): Array[Double]

    Permalink
  14. def getFloats(rowId: Int, count: Int): Array[Float]

    Permalink
  15. final def getInterval(rowId: Int): CalendarInterval

    Permalink
  16. def getInts(rowId: Int, count: Int): Array[Int]

    Permalink
  17. def getLongs(rowId: Int, count: Int): Array[Long]

    Permalink
  18. def getShorts(rowId: Int, count: Int): Array[Short]

    Permalink
  19. final def getStruct(rowId: Int): ColumnarRow

    Permalink
  20. def hashCode(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  21. final def isInstanceOf[T0]: Boolean

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

    Permalink
    Definition Classes
    AnyRef
  23. final def notify(): Unit

    Permalink
    Definition Classes
    AnyRef
  24. final def notifyAll(): Unit

    Permalink
    Definition Classes
    AnyRef
  25. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  26. def toString(): String

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

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

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

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from AutoCloseable

Inherited from AnyRef

Inherited from Any

Ungrouped