Packages

t

com.nvidia.spark.rapids

TypeSigUtilBase

trait TypeSigUtilBase extends AnyRef

Trait of TypeSigUtil for different spark versions

Linear Supertypes
Known Subclasses
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. TypeSigUtilBase
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Abstract Value Members

  1. abstract def getAllSupportedTypes: TypeEnum.ValueSet

    Get all supported types for the spark-specific

    Get all supported types for the spark-specific

    returns

    the all supported typ

  2. abstract def getAnsiInterval: TypeSig

    Get Ansi year-month and day-time TypeSig

  3. abstract def getNumericAndInterval: TypeSig

    Get numeric and interval TypeSig

  4. abstract def isSupported(check: TypeEnum.ValueSet, dataType: DataType): Boolean

    Check if this type of Spark-specific is supported by the plugin or not.

    Check if this type of Spark-specific is supported by the plugin or not.

    check

    the Supported Types

    dataType

    the data type to be checked

    returns

    true if it is allowed else false.

  5. abstract def mapDataTypeToTypeEnum(dataType: DataType): TypeEnum.Value

    Map DataType to TypeEnum

    Map DataType to TypeEnum

    dataType

    the data type to be mapped

    returns

    the TypeEnum

  6. abstract def reasonNotSupported(check: TypeEnum.ValueSet, dataType: DataType, notSupportedReason: Seq[String]): Seq[String]

    Return the reason why this type is not supported.\

    Return the reason why this type is not supported.\

    check

    the Supported Types

    dataType

    the data type to be checked

    notSupportedReason

    the reason for not supporting

    returns

    the reason

Concrete 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. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  7. def equals(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  8. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  9. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  10. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  11. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  12. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  13. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  14. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  15. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  16. def toString(): String
    Definition Classes
    AnyRef → Any
  17. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  18. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  19. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()

Inherited from AnyRef

Inherited from Any

Ungrouped