Packages

c

com.nvidia.spark.rapids

GpuColumnVector

class GpuColumnVector extends GpuColumnVectorBase

A GPU accelerated version of the Spark ColumnVector. Most of the standard Spark APIs should never be called, as they assume that the data is on the host, and we want to keep as much of the data on the device as possible. We also provide GPU accelerated versions of the transitions to and from rows.

Linear Supertypes
GpuColumnVectorBase, ColumnVector, AutoCloseable, AnyRef, Any
Known Subclasses
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. GpuColumnVector
  2. GpuColumnVectorBase
  3. ColumnVector
  4. AutoCloseable
  5. AnyRef
  6. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

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() @HotSpotIntrinsicCandidate()
  6. final def close(): Unit
    Definition Classes
    GpuColumnVector → ColumnVector → AutoCloseable
    Annotations
    @Override()
  7. final def copyToHost(): RapidsHostColumnVector
  8. final def copyToNullSafeHost(): RapidsNullSafeHostColumnVector
  9. final def dataType(): DataType
    Definition Classes
    ColumnVector
  10. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  11. def equals(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  12. final def getArray(rowId: Int): ColumnarArray
    Definition Classes
    GpuColumnVectorBase → ColumnVector
    Annotations
    @Override()
  13. final def getBase(): ColumnVector
  14. final def getBinary(rowId: Int): Array[Byte]
    Definition Classes
    GpuColumnVectorBase → ColumnVector
    Annotations
    @Override()
  15. final def getBoolean(rowId: Int): Boolean
    Definition Classes
    GpuColumnVectorBase → ColumnVector
    Annotations
    @Override()
  16. def getBooleans(arg0: Int, arg1: Int): Array[Boolean]
    Definition Classes
    ColumnVector
  17. final def getByte(rowId: Int): Byte
    Definition Classes
    GpuColumnVectorBase → ColumnVector
    Annotations
    @Override()
  18. def getBytes(arg0: Int, arg1: Int): Array[Byte]
    Definition Classes
    ColumnVector
  19. final def getChild(ordinal: Int): ColumnVector
    Definition Classes
    GpuColumnVectorBase → ColumnVector
    Annotations
    @Override()
  20. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  21. final def getDecimal(rowId: Int, precision: Int, scale: Int): Decimal
    Definition Classes
    GpuColumnVectorBase → ColumnVector
    Annotations
    @Override()
  22. final def getDouble(rowId: Int): Double
    Definition Classes
    GpuColumnVectorBase → ColumnVector
    Annotations
    @Override()
  23. def getDoubles(arg0: Int, arg1: Int): Array[Double]
    Definition Classes
    ColumnVector
  24. final def getFloat(rowId: Int): Float
    Definition Classes
    GpuColumnVectorBase → ColumnVector
    Annotations
    @Override()
  25. def getFloats(arg0: Int, arg1: Int): Array[Float]
    Definition Classes
    ColumnVector
  26. final def getInt(rowId: Int): Int
    Definition Classes
    GpuColumnVectorBase → ColumnVector
    Annotations
    @Override()
  27. final def getInterval(arg0: Int): CalendarInterval
    Definition Classes
    ColumnVector
  28. def getInts(arg0: Int, arg1: Int): Array[Int]
    Definition Classes
    ColumnVector
  29. final def getLong(rowId: Int): Long
    Definition Classes
    GpuColumnVectorBase → ColumnVector
    Annotations
    @Override()
  30. def getLongs(arg0: Int, arg1: Int): Array[Long]
    Definition Classes
    ColumnVector
  31. final def getMap(ordinal: Int): ColumnarMap
    Definition Classes
    GpuColumnVectorBase → ColumnVector
    Annotations
    @Override()
  32. final def getRowCount(): Long
  33. final def getShort(rowId: Int): Short
    Definition Classes
    GpuColumnVectorBase → ColumnVector
    Annotations
    @Override()
  34. def getShorts(arg0: Int, arg1: Int): Array[Short]
    Definition Classes
    ColumnVector
  35. final def getStruct(arg0: Int): ColumnarRow
    Definition Classes
    ColumnVector
  36. final def getUTF8String(rowId: Int): UTF8String
    Definition Classes
    GpuColumnVectorBase → ColumnVector
    Annotations
    @Override()
  37. final def hasNull(): Boolean
    Definition Classes
    GpuColumnVector → ColumnVector
    Annotations
    @Override()
  38. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  39. final def incRefCount(): GpuColumnVector
  40. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  41. def isKnownFinalBatch(): Boolean

    Is this the final batch or is it unknown.

    Is this the final batch or is it unknown.

    returns

    true if it is known to be a part of the final batch, else false if it is unknown

    Definition Classes
    GpuColumnVectorBase
  42. final def isNullAt(rowId: Int): Boolean
    Definition Classes
    GpuColumnVectorBase → ColumnVector
    Annotations
    @Override()
  43. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  44. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  45. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  46. final def numNulls(): Int
    Definition Classes
    GpuColumnVector → ColumnVector
    Annotations
    @Override()
  47. final def setFinalBatch(isFinal: Boolean): Unit

    Set if this is a part of the final batch for this partition or not.

    Set if this is a part of the final batch for this partition or not.

    isFinal

    true if this is part of the final batch or false if unknown.

    Definition Classes
    GpuColumnVectorBase
  48. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  49. final def toString(): String
    Definition Classes
    GpuColumnVector → AnyRef → Any
    Annotations
    @Override()
  50. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  51. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()
  52. 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 GpuColumnVectorBase

Inherited from ColumnVector

Inherited from AutoCloseable

Inherited from AnyRef

Inherited from Any

Ungrouped