object GpuHiveTextFileUtils
- Alphabetic
- By Inheritance
- GpuHiveTextFileUtils
- AnyRef
- Any
- Hide All
- Show All
- 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
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
-
def
clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native()
- val ctrlASeparatedFormat: String
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
equals(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- val escapeDelimiterKey: String
-
def
finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( classOf[java.lang.Throwable] )
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
- def hasUnsupportedType(column: AttributeReference): Boolean
- def hasUnsupportedType(column: StructField): Boolean
-
def
hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
-
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
- val lazySimpleSerDe: String
- val lineDelimiterKey: String
-
final
def
ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- val newLine: String
-
final
def
notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
-
final
def
notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
- val serializationKey: String
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
- val textInputFormat: String
- val textOutputFormat: String
-
def
toString(): String
- Definition Classes
- AnyRef → Any
-
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()