Deprecated: The each() function is deprecated. This message will be suppressed on further calls in /home/zhenxiangba/zhenxiangba.com/public_html/phproxy-improved-master/index.php on line 456
datafusion::datasource::file_format::options - Rust
[go: Go Back, main page]

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.