package rapids
Ordering
- Alphabetic
Visibility
- Public
- All
Type Members
- case class GpuJsonPartitionReaderFactory(sqlConf: SQLConf, broadcastedConf: Broadcast[SerializableConfiguration], dataSchema: StructType, readDataSchema: StructType, partitionSchema: StructType, parsedOptions: JSONOptions, maxReaderBatchSizeRows: Integer, maxReaderBatchSizeBytes: Long, metrics: Map[String, GpuMetric], params: Map[String, String]) extends ShimFilePartitionReaderFactory with Product with Serializable
- case class GpuJsonScan(sparkSession: SparkSession, fileIndex: PartitioningAwareFileIndex, dataSchema: StructType, readDataSchema: StructType, readPartitionSchema: StructType, options: CaseInsensitiveStringMap, partitionFilters: Seq[Expression], dataFilters: Seq[Expression], maxReaderBatchSizeRows: Integer, maxReaderBatchSizeBytes: Long) extends TextBasedFileScan with ScanWithMetrics with Product with Serializable
-
class
GpuReadJsonFileFormat extends JsonFileFormat with GpuReadFileFormatWithMetrics
A FileFormat that allows reading JSON files with the GPU.
- class JsonPartitionReader extends GpuTextBasedPartitionReader
Value Members
- object GpuJsonScan extends Serializable
- object GpuReadJsonFileFormat