Packages

c

com.nvidia.spark.rapids

GpuPackedTableColumn

final class GpuPackedTableColumn extends GpuColumnVectorBase with WithTableBuffer

A GPU column tracking a packed table such as one generated by contiguous split. Unlike GpuColumnVectorFromBuffer, the columnar data cannot be accessed directly.

This class primarily serves the role of tracking the packed table data in a ColumnarBatch without requiring the underlying table to be manifested along with all of the child columns. The typical use-case generates one of these columns per task output partition, and then the RAPIDS shuffle transmits the opaque host metadata and GPU data buffer to another host.

NOTE: There should only be one instance of this column per ColumnarBatch as the

Linear Supertypes
WithTableBuffer, GpuColumnVectorBase, ColumnVector, AutoCloseable, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. GpuPackedTableColumn
  2. WithTableBuffer
  3. GpuColumnVectorBase
  4. ColumnVector
  5. AutoCloseable
  6. AnyRef
  7. 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()
  6. def close(): Unit
    Definition Classes
    GpuPackedTableColumn → ColumnVector → AutoCloseable
    Annotations
    @Override()
  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[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  11. final def getArray(rowId: Int): ColumnarArray
    Definition Classes
    GpuColumnVectorBase → ColumnVector
    Annotations
    @Override()
  12. final def getBinary(rowId: Int): Array[Byte]
    Definition Classes
    GpuColumnVectorBase → ColumnVector
    Annotations
    @Override()
  13. final def getBoolean(rowId: Int): Boolean
    Definition Classes
    GpuColumnVectorBase → ColumnVector
    Annotations
    @Override()
  14. def getBooleans(arg0: Int, arg1: Int): Array[Boolean]
    Definition Classes
    ColumnVector
  15. final def getByte(rowId: Int): Byte
    Definition Classes
    GpuColumnVectorBase → ColumnVector
    Annotations
    @Override()
  16. def getBytes(arg0: Int, arg1: Int): Array[Byte]
    Definition Classes
    ColumnVector
  17. final def getChild(ordinal: Int): ColumnVector
    Definition Classes
    GpuColumnVectorBase → ColumnVector
    Annotations
    @Override()
  18. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  19. def getContiguousTable(): ContiguousTable

    Returns the contiguous table underneath this column.

    Returns the contiguous table underneath this column. NOTE: The contiguous table is still owned by this column instance, so the resulting contiguous table should NOT be closed by the caller.

  20. final def getDecimal(rowId: Int, precision: Int, scale: Int): Decimal
    Definition Classes
    GpuColumnVectorBase → ColumnVector
    Annotations
    @Override()
  21. final def getDouble(rowId: Int): Double
    Definition Classes
    GpuColumnVectorBase → ColumnVector
    Annotations
    @Override()
  22. def getDoubles(arg0: Int, arg1: Int): Array[Double]
    Definition Classes
    ColumnVector
  23. final def getFloat(rowId: Int): Float
    Definition Classes
    GpuColumnVectorBase → ColumnVector
    Annotations
    @Override()
  24. def getFloats(arg0: Int, arg1: Int): Array[Float]
    Definition Classes
    ColumnVector
  25. final def getInt(rowId: Int): Int
    Definition Classes
    GpuColumnVectorBase → ColumnVector
    Annotations
    @Override()
  26. final def getInterval(arg0: Int): CalendarInterval
    Definition Classes
    ColumnVector
  27. def getInts(arg0: Int, arg1: Int): Array[Int]
    Definition Classes
    ColumnVector
  28. final def getLong(rowId: Int): Long
    Definition Classes
    GpuColumnVectorBase → ColumnVector
    Annotations
    @Override()
  29. def getLongs(arg0: Int, arg1: Int): Array[Long]
    Definition Classes
    ColumnVector
  30. final def getMap(ordinal: Int): ColumnarMap
    Definition Classes
    GpuColumnVectorBase → ColumnVector
    Annotations
    @Override()
  31. final def getShort(rowId: Int): Short
    Definition Classes
    GpuColumnVectorBase → ColumnVector
    Annotations
    @Override()
  32. def getShorts(arg0: Int, arg1: Int): Array[Short]
    Definition Classes
    ColumnVector
  33. final def getStruct(arg0: Int): ColumnarRow
    Definition Classes
    ColumnVector
  34. def getTableBuffer(): DeviceMemoryBuffer
    Definition Classes
    GpuPackedTableColumnWithTableBuffer
    Annotations
    @Override()
  35. final def getUTF8String(rowId: Int): UTF8String
    Definition Classes
    GpuColumnVectorBase → ColumnVector
    Annotations
    @Override()
  36. def hasNull(): Boolean
    Definition Classes
    GpuPackedTableColumn → ColumnVector
    Annotations
    @Override()
  37. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  38. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  39. 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
  40. final def isNullAt(rowId: Int): Boolean
    Definition Classes
    GpuColumnVectorBase → ColumnVector
    Annotations
    @Override()
  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
    GpuPackedTableColumn → ColumnVector
    Annotations
    @Override()
  45. 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
  46. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  47. def toString(): String
    Definition Classes
    AnyRef → Any
  48. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  49. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  50. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()

Inherited from WithTableBuffer

Inherited from GpuColumnVectorBase

Inherited from ColumnVector

Inherited from AutoCloseable

Inherited from AnyRef

Inherited from Any

Ungrouped