Packages

c

com.nvidia.spark.rapids

CastChecks

class CastChecks extends ExprChecks

Linear Supertypes
Known Subclasses
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. CastChecks
  2. ExprChecks
  3. TypeChecks
  4. AnyRef
  5. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new CastChecks()

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. val arrayChecks: TypeSig
  5. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  6. val binaryChecks: TypeSig
  7. def booleanChecks: TypeSig
  8. val calendarChecks: TypeSig
  9. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()
  10. def dateChecks: TypeSig
  11. val daytimeChecks: TypeSig
  12. val decimalChecks: TypeSig
  13. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  14. def equals(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  15. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  16. val fpChecks: TypeSig
  17. val fpToStringPsNote: String
  18. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  19. def gpuCanCast(from: DataType, to: DataType): Boolean
  20. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  21. val integralChecks: TypeSig
  22. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  23. val mapChecks: TypeSig
  24. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  25. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  26. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  27. val nullChecks: TypeSig
  28. val shown: Boolean
    Definition Classes
    CastChecksTypeChecks
  29. val sparkArraySig: TypeSig
  30. val sparkBinarySig: TypeSig
  31. def sparkBooleanSig: TypeSig
  32. val sparkCalendarSig: TypeSig
  33. def sparkCanCast(from: DataType, to: DataType): Boolean
  34. def sparkDateSig: TypeSig
  35. val sparkDaytimeChecks: TypeSig
  36. val sparkDecimalSig: TypeSig
  37. val sparkFpSig: TypeSig
  38. val sparkIntegralSig: TypeSig
  39. val sparkMapSig: TypeSig
  40. val sparkNullSig: TypeSig
  41. val sparkStringSig: TypeSig
  42. val sparkStructSig: TypeSig
  43. def sparkTimestampSig: TypeSig
  44. val sparkUdtSig: TypeSig
  45. val sparkYearmonthChecks: TypeSig
  46. val stringChecks: TypeSig
  47. val structChecks: TypeSig
  48. def support(from: TypeEnum.Value, to: TypeEnum.Value): SupportLevel
  49. def support(dataType: TypeEnum.Value): Map[ExpressionContext, Map[String, SupportLevel]]
    Definition Classes
    CastChecksTypeChecks
  50. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  51. def tag(meta: RapidsMeta[_, _, _]): Unit
    Definition Classes
    CastChecksTypeChecks
  52. def tagAst(meta: BaseExprMeta[_]): Unit

    Tag this for AST or not.

    Tag this for AST or not.

    Definition Classes
    CastChecksExprChecks
  53. def tagBase(meta: RapidsMeta[_, _, _], willNotWork: (String) ⇒ Unit): Unit
    Attributes
    protected
  54. def tagUnsupportedTypes(meta: RapidsMeta[_, _, _], sig: TypeSig, fields: Seq[StructField], msgFormat: String): Unit
    Attributes
    protected
    Definition Classes
    TypeChecks
  55. def timestampChecks: TypeSig
  56. def toString(): String
    Definition Classes
    AnyRef → Any
  57. val udtChecks: TypeSig
  58. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  59. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  60. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()
  61. val yearmonthChecks: TypeSig

Inherited from ExprChecks

Inherited from TypeChecks[Map[ExpressionContext, Map[String, SupportLevel]]]

Inherited from AnyRef

Inherited from Any

Ungrouped