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, maxGpuColumnSizeBytes: 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, maxGpuColumnSizeBytes: Long) extends TextBasedFileScan with GpuScan with Product with Serializable
-
class
GpuReadJsonFileFormat extends JsonFileFormat with GpuReadFileFormatWithMetrics
A FileFormat that allows reading JSON files with the GPU.
- class JsonPartitionReader extends GpuTextBasedPartitionReader[HostLineBufferer, FilterEmptyHostLineBuffererFactory.type]
Value Members
- object GpuJsonScan extends Serializable
- object GpuReadJsonFileFormat
- object JsonPartitionReader