object RapidsErrorUtils extends RapidsQueryErrorUtils
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- RapidsErrorUtils
- RapidsQueryErrorUtils
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Value Members
-
final
def
!=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
##(): Int
- Definition Classes
- AnyRef → Any
-
final
def
==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- def arithmeticOverflowError(message: String, hint: String = "", errorContext: String = ""): ArithmeticException
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
- def cannotChangeDecimalPrecisionError(value: Decimal, toType: DecimalType, context: String = ""): ArithmeticException
-
def
cannotResolveAttributeError(name: String, outputStr: String): Throwable
- Definition Classes
- RapidsQueryErrorUtils
-
def
clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native()
-
def
createTableAsSelectWithNonEmptyDirectoryError(tablePath: String, conf: String): Throwable
- Definition Classes
- RapidsQueryErrorUtils
-
def
dataPathNotExistError(path: String): Throwable
- Definition Classes
- RapidsQueryErrorUtils
-
def
dataSchemaNotSpecifiedError(format: String, fileCatalog: String): Throwable
- Definition Classes
- RapidsQueryErrorUtils
-
def
dataSchemaNotSpecifiedError(format: String): Throwable
- Definition Classes
- RapidsQueryErrorUtils
- def divByZeroError(origin: Origin): ArithmeticException
- def divOverflowError(origin: Origin): ArithmeticException
-
def
dynamicPartitionParentError: Throwable
- Definition Classes
- RapidsQueryErrorUtils
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
equals(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
def
failedToFindAvroDataSourceError(provider: String): Throwable
- Definition Classes
- RapidsQueryErrorUtils
-
def
failedToFindKafkaDataSourceError(provider: String): Throwable
- Definition Classes
- RapidsQueryErrorUtils
-
def
finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( classOf[java.lang.Throwable] )
-
def
findMultipleDataSourceError(provider: String, sourceNames: Seq[String]): Throwable
- Definition Classes
- RapidsQueryErrorUtils
- def foundDuplicateFieldInCaseInsensitiveModeError(requiredFieldName: String, matchedFields: String): Throwable
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
-
def
hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
-
def
illegalParquetTypeError(parquetType: String): Throwable
- Definition Classes
- RapidsQueryErrorUtils
- def invalidArrayIndexError(index: Int, numElements: Int, isElementAtF: Boolean = false): ArrayIndexOutOfBoundsException
-
def
invalidDataSourceError(className: String): Throwable
- Definition Classes
- RapidsQueryErrorUtils
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- def mapKeyNotExistError(key: String, keyType: DataType, origin: Origin): NoSuchElementException
-
final
def
ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
final
def
notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
-
final
def
notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
-
def
orcNotUsedWithHiveEnabledError(): Throwable
- Definition Classes
- RapidsQueryErrorUtils
-
def
outputPathAlreadyExistsError(qualifiedOutputPath: Path): Throwable
- Definition Classes
- RapidsQueryErrorUtils
- def overflowInIntegralDivideError(context: String = ""): ArithmeticException
-
def
parquetTypeUnsupportedYetError(parquetType: String): Throwable
- Definition Classes
- RapidsQueryErrorUtils
-
def
partitionColumnNotSpecifiedError(format: String, partitionColumn: String): Throwable
- Definition Classes
- RapidsQueryErrorUtils
-
def
schemaNotSpecifiedForSchemaRelationProviderError(className: String): Throwable
- Definition Classes
- RapidsQueryErrorUtils
- def sqlArrayIndexNotStartAtOneError(): RuntimeException
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
- def tableIdentifierExistsError(tableIdentifier: TableIdentifier): Throwable
-
def
tableOrViewAlreadyExistsError(tableName: String): Throwable
- Definition Classes
- RapidsQueryErrorUtils
-
def
toString(): String
- Definition Classes
- AnyRef → Any
-
def
userSpecifiedSchemaMismatchActualSchemaError(schema: StructType, actualSchema: StructType): Throwable
- Definition Classes
- RapidsQueryErrorUtils
-
final
def
wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native()