o

com.nvidia.spark.rapids.shims

GpuTypeShims

object GpuTypeShims

Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. GpuTypeShims
  2. AnyRef
  3. 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. def additionalArithmeticSupportedTypes: TypeSig

    Get additional arithmetic supported types for this Shim

  5. def additionalCommonOperatorSupportedTypes: TypeSig

    Get additional common operators supported types for this Shim (filter, sample, project, alias, table scan ......

    Get additional common operators supported types for this Shim (filter, sample, project, alias, table scan ...... which GPU supports from 330)

  6. def additionalCsvSupportedTypes: TypeSig

    Get additional Csv supported types for this Shim

  7. def additionalParquetSupportedTypes: TypeSig

    Get additional Parquet supported types for this Shim

  8. def additionalPredicateSupportedTypes: TypeSig

    Get additional predicate supported types for this Shim

  9. def additionalTypesIntegralCanCastTo: TypeSig
  10. def additionalTypesStringCanCastTo: TypeSig
  11. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  12. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native() @HotSpotIntrinsicCandidate()
  13. def columnarCopy(cv: ColumnVector, b: ColumnBuilder, rows: Int): Unit

    Copy a column for computing on GPU.

    Copy a column for computing on GPU. Better to check if the type is supported first by calling 'isColumnarCopySupportedForType'

  14. def csvRead(cv: ColumnVector, dt: DataType): ColumnVector
  15. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  16. def equals(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  17. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  18. def getConverterForType(t: DataType, nullable: Boolean): TypeConverter

    Get the TypeConverter of the data type for this Shim Note should first calling hasConverterForType

    Get the TypeConverter of the data type for this Shim Note should first calling hasConverterForType

    t

    the data type

    nullable

    is nullable

    returns

    the row to column convert for the data type

  19. def hasConverterForType(otherType: DataType): Boolean

    If Shim supports the data type for row to column converter

    If Shim supports the data type for row to column converter

    otherType

    the data type that should be checked in the Shim

    returns

    true if Shim support the otherType, false otherwise.

  20. def hasSideEffectsIfCastFloatToTimestamp: Boolean
  21. def hasSideEffectsIfCastIntToDayTime(dt: DataType): Boolean
  22. def hasSideEffectsIfCastIntToYearMonth(ym: DataType): Boolean
  23. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  24. def isColumnarCopySupportedForType(colType: DataType): Boolean

    Whether the Shim supports columnar copy for the given type

  25. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  26. def isParquetColumnarWriterSupportedForType(colType: DataType): Boolean
  27. def isSupportedDayTimeType(dt: DataType): Boolean

    Whether the Shim supports day-time interval type for specific operator Alias, Add, Subtract, Positive...

    Whether the Shim supports day-time interval type for specific operator Alias, Add, Subtract, Positive... operators do not support day-time interval type on this Shim Note: Spark 3.2.x does support DayTimeIntervalType, this is for the GPU operators

  28. def isSupportedYearMonthType(dt: DataType): Boolean

    Whether the Shim supports year-month interval type Alias, Add, Subtract, Positive...

    Whether the Shim supports year-month interval type Alias, Add, Subtract, Positive... operators do not support year-month interval type

  29. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  30. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  31. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  32. def supportCsvRead(dt: DataType): Boolean
  33. def supportToScalarForType(t: DataType): Boolean

    Whether the Shim supports converting the given type to GPU Scalar

  34. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  35. def toRapidsOrNull(t: DataType): DType

    Get the cuDF type for the Spark data type

    Get the cuDF type for the Spark data type

    t

    the Spark data type

    returns

    the cuDF type if the Shim supports

  36. def toScalarForType(t: DataType, v: Any): Nothing

    Convert the given value to Scalar

  37. def toString(): String
    Definition Classes
    AnyRef → Any
  38. def typesDayTimeCanCastTo: TypeSig
  39. def typesDayTimeCanCastToOnSpark: TypeSig
  40. def typesYearMonthCanCastTo: TypeSig
  41. def typesYearMonthCanCastToOnSpark: TypeSig
  42. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  43. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()
  44. 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 AnyRef

Inherited from Any

Ungrouped