Module datafusion::execution::options
source · Expand description
User facing options for the file formats readers
Structs
Options that control the reading of AVRO files.
Options that control the reading of CSV files.
Options that control the reading of Line-delimited JSON files (NDJson)
Options that control the reading of Parquet files.
Traits
[‘ReadOptions’] is implemented by Options like [‘CsvReadOptions’] that control the reading of respective files/sources.