Packages

c

com.nvidia.spark.rapids

SlicedGpuColumnVector

class SlicedGpuColumnVector extends ColumnVector

Wraps a GpuColumnVector but only points to a slice of it. This is intended to only be used during shuffle after the data is partitioned and before it is serialized.

Linear Supertypes
ColumnVector, AutoCloseable, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. SlicedGpuColumnVector
  2. ColumnVector
  3. AutoCloseable
  4. AnyRef
  5. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new SlicedGpuColumnVector(w: RapidsHostColumnVector, start: Int, end: Int)
    Attributes
    protected[com.nvidia.spark.rapids]

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[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @native() @throws( ... )
  6. def close(): Unit
    Definition Classes
    SlicedGpuColumnVector → ColumnVector → AutoCloseable
  7. final def dataType(): DataType
    Definition Classes
    ColumnVector
  8. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  9. def equals(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  10. def finalize(): Unit
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  11. def getArray(rowId: Int): ColumnarArray
    Definition Classes
    SlicedGpuColumnVector → ColumnVector
  12. def getBase(): HostColumnVector
  13. def getBinary(rowId: Int): Array[Byte]
    Definition Classes
    SlicedGpuColumnVector → ColumnVector
  14. def getBoolean(rowId: Int): Boolean
    Definition Classes
    SlicedGpuColumnVector → ColumnVector
  15. def getBooleans(arg0: Int, arg1: Int): Array[Boolean]
    Definition Classes
    ColumnVector
  16. def getByte(rowId: Int): Byte
    Definition Classes
    SlicedGpuColumnVector → ColumnVector
  17. def getBytes(arg0: Int, arg1: Int): Array[Byte]
    Definition Classes
    ColumnVector
  18. def getChild(ordinal: Int): ColumnVector
    Definition Classes
    SlicedGpuColumnVector → ColumnVector
  19. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  20. def getDecimal(rowId: Int, precision: Int, scale: Int): Decimal
    Definition Classes
    SlicedGpuColumnVector → ColumnVector
  21. def getDouble(rowId: Int): Double
    Definition Classes
    SlicedGpuColumnVector → ColumnVector
  22. def getDoubles(arg0: Int, arg1: Int): Array[Double]
    Definition Classes
    ColumnVector
  23. def getEnd(): Int
  24. def getFloat(rowId: Int): Float
    Definition Classes
    SlicedGpuColumnVector → ColumnVector
  25. def getFloats(arg0: Int, arg1: Int): Array[Float]
    Definition Classes
    ColumnVector
  26. def getInt(rowId: Int): Int
    Definition Classes
    SlicedGpuColumnVector → ColumnVector
  27. final def getInterval(arg0: Int): CalendarInterval
    Definition Classes
    ColumnVector
  28. def getInts(arg0: Int, arg1: Int): Array[Int]
    Definition Classes
    ColumnVector
  29. def getLong(rowId: Int): Long
    Definition Classes
    SlicedGpuColumnVector → ColumnVector
  30. def getLongs(arg0: Int, arg1: Int): Array[Long]
    Definition Classes
    ColumnVector
  31. def getMap(rowId: Int): ColumnarMap
    Definition Classes
    SlicedGpuColumnVector → ColumnVector
  32. def getShort(rowId: Int): Short
    Definition Classes
    SlicedGpuColumnVector → ColumnVector
  33. def getShorts(arg0: Int, arg1: Int): Array[Short]
    Definition Classes
    ColumnVector
  34. def getStart(): Int
  35. final def getStruct(arg0: Int): ColumnarRow
    Definition Classes
    ColumnVector
  36. def getUTF8String(rowId: Int): UTF8String
    Definition Classes
    SlicedGpuColumnVector → ColumnVector
  37. def hasNull(): Boolean
    Definition Classes
    SlicedGpuColumnVector → ColumnVector
  38. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  39. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  40. def isNullAt(rowId: Int): Boolean
    Definition Classes
    SlicedGpuColumnVector → ColumnVector
  41. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  42. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  43. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  44. def numNulls(): Int
    Definition Classes
    SlicedGpuColumnVector → ColumnVector
  45. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  46. def toString(): String
    Definition Classes
    AnyRef → Any
  47. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  48. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  49. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @throws( ... )

Inherited from ColumnVector

Inherited from AutoCloseable

Inherited from AnyRef

Inherited from Any

Ungrouped