o

org.apache.spark.sql.rapids.shims

RapidsErrorUtils

object RapidsErrorUtils extends RapidsQueryErrorUtils

Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. RapidsErrorUtils
  2. RapidsQueryErrorUtils
  3. AnyRef
  4. 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 arithmeticOverflowError(message: String, hint: String = "", errorContext: String = ""): ArithmeticException
  5. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  6. def cannotChangeDecimalPrecisionError(value: Decimal, toType: DecimalType, context: String = ""): ArithmeticException
  7. def cannotResolveAttributeError(name: String, outputStr: String): Throwable
    Definition Classes
    RapidsQueryErrorUtils
  8. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()
  9. def createTableAsSelectWithNonEmptyDirectoryError(tablePath: String, conf: String): Throwable
    Definition Classes
    RapidsQueryErrorUtils
  10. def dataPathNotExistError(path: String): Throwable
    Definition Classes
    RapidsQueryErrorUtils
  11. def dataSchemaNotSpecifiedError(format: String, fileCatalog: String): Throwable
    Definition Classes
    RapidsQueryErrorUtils
  12. def dataSchemaNotSpecifiedError(format: String): Throwable
    Definition Classes
    RapidsQueryErrorUtils
  13. def divByZeroError(origin: Origin): ArithmeticException
  14. def divOverflowError(origin: Origin): ArithmeticException
  15. def dynamicPartitionParentError: Throwable
    Definition Classes
    RapidsQueryErrorUtils
  16. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  17. def equals(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  18. def failedToFindAvroDataSourceError(provider: String): Throwable
    Definition Classes
    RapidsQueryErrorUtils
  19. def failedToFindKafkaDataSourceError(provider: String): Throwable
    Definition Classes
    RapidsQueryErrorUtils
  20. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  21. def findMultipleDataSourceError(provider: String, sourceNames: Seq[String]): Throwable
    Definition Classes
    RapidsQueryErrorUtils
  22. def foundDuplicateFieldInCaseInsensitiveModeError(requiredFieldName: String, matchedFields: String): Throwable
  23. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  24. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  25. def illegalParquetTypeError(parquetType: String): Throwable
    Definition Classes
    RapidsQueryErrorUtils
  26. def invalidArrayIndexError(index: Int, numElements: Int, isElementAtF: Boolean = false): ArrayIndexOutOfBoundsException
  27. def invalidDataSourceError(className: String): Throwable
    Definition Classes
    RapidsQueryErrorUtils
  28. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  29. def mapKeyNotExistError(key: String, keyType: DataType, origin: Origin): NoSuchElementException
  30. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  31. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  32. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  33. def orcNotUsedWithHiveEnabledError(): Throwable
    Definition Classes
    RapidsQueryErrorUtils
  34. def outputPathAlreadyExistsError(qualifiedOutputPath: Path): Throwable
    Definition Classes
    RapidsQueryErrorUtils
  35. def overflowInIntegralDivideError(context: String = ""): ArithmeticException
  36. def parquetTypeUnsupportedYetError(parquetType: String): Throwable
    Definition Classes
    RapidsQueryErrorUtils
  37. def partitionColumnNotSpecifiedError(format: String, partitionColumn: String): Throwable
    Definition Classes
    RapidsQueryErrorUtils
  38. def schemaNotSpecifiedForSchemaRelationProviderError(className: String): Throwable
    Definition Classes
    RapidsQueryErrorUtils
  39. def sqlArrayIndexNotStartAtOneError(): RuntimeException
  40. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  41. def tableIdentifierExistsError(tableIdentifier: TableIdentifier): Throwable
  42. def tableOrViewAlreadyExistsError(tableName: String): Throwable
    Definition Classes
    RapidsQueryErrorUtils
  43. def toString(): String
    Definition Classes
    AnyRef → Any
  44. def userSpecifiedSchemaMismatchActualSchemaError(schema: StructType, actualSchema: StructType): Throwable
    Definition Classes
    RapidsQueryErrorUtils
  45. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  46. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  47. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()

Inherited from RapidsQueryErrorUtils

Inherited from AnyRef

Inherited from Any

Ungrouped