Module options

Module options 

Source
Expand description

User facing options for the file formats readers

Structs§

ArrowReadOptions
Options that control the reading of ARROW files.
AvroReadOptions
Options that control the reading of AVRO files.
CsvReadOptions
Options that control the reading of CSV files.
NdJsonReadOptions
Options that control the reading of Line-delimited JSON files (NDJson)
ParquetReadOptions
Options that control the reading of Parquet files.

Traits§

ReadOptions
[‘ReadOptions’] is implemented by Options like [‘CsvReadOptions’] that control the reading of respective files/sources.