o

org.apache.spark.sql.hive.rapids

GpuHiveTextFileUtils

object GpuHiveTextFileUtils

Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. GpuHiveTextFileUtils
  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. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  5. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()
  6. val ctrlASeparatedFormat: String
  7. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  8. def equals(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  9. val escapeDelimiterKey: String
  10. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  11. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  12. def hasUnsupportedType(column: AttributeReference): Boolean
  13. def hasUnsupportedType(column: StructField): Boolean
  14. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  15. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  16. def isSupportedType(dataType: DataType): Boolean

    Checks whether the specified data type is supported for Hive delimited text tables.

    Checks whether the specified data type is supported for Hive delimited text tables.

    Note: This is used to check the schema of a Hive *Table*, either when reading delimited text tables (i.e. GpuHiveTableScanExec), or writing them (i.e. GpuHiveTextFileFormat).

    This is separate from the checks in com.nvidia.spark.rapids.FileFormatChecks, which check the data types in the read/write *schemas*, per file format (including for Hive delimited text).

    When the supported types are modified here, they must similarly be modified in com.nvidia.spark.rapids.GpuOverrides.fileFormats.

    dataType

    The data-type being checked for compatibility in Hive text.

    returns

    true if the type is supported for Hive text, false otherwise

  17. val lazySimpleSerDe: String
  18. val lineDelimiterKey: String
  19. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  20. val newLine: String
  21. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  22. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  23. val serializationKey: String
  24. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  25. val textInputFormat: String
  26. val textOutputFormat: String
  27. def toString(): String
    Definition Classes
    AnyRef → Any
  28. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  29. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  30. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()

Inherited from AnyRef

Inherited from Any

Ungrouped