package avro
Type Members
- class AvroDataSourceV2 extends FileDataSourceV2
- case class AvroPartitionReaderFactory(sqlConf: SQLConf, broadcastedConf: Broadcast[SerializableConfiguration], dataSchema: StructType, readDataSchema: StructType, partitionSchema: StructType, parsedOptions: AvroOptions, filters: Seq[Filter]) extends FilePartitionReaderFactory with Logging with Product with Serializable
A factory used to create AVRO readers.
A factory used to create AVRO readers.
- sqlConf
SQL configuration.
- broadcastedConf
Broadcast serializable Hadoop Configuration.
- dataSchema
Schema of AVRO files.
- readDataSchema
Required data schema of AVRO files.
- partitionSchema
Schema of partitions.
- parsedOptions
Options for parsing AVRO files.
- case class AvroScan(sparkSession: SparkSession, fileIndex: PartitioningAwareFileIndex, dataSchema: StructType, readDataSchema: StructType, readPartitionSchema: StructType, options: CaseInsensitiveStringMap, pushedFilters: Array[Filter], partitionFilters: Seq[Expression] = Seq.empty, dataFilters: Seq[Expression] = Seq.empty) extends FileScan with Product with Serializable
- class AvroScanBuilder extends FileScanBuilder
- case class AvroTable(name: String, sparkSession: SparkSession, options: CaseInsensitiveStringMap, paths: Seq[String], userSpecifiedSchema: Option[StructType], fallbackFileFormat: Class[_ <: FileFormat]) extends FileTable with Product with Serializable
- case class AvroWrite(paths: Seq[String], formatName: String, supportsDataType: (DataType) => Boolean, info: LogicalWriteInfo) extends FileWrite with Product with Serializable