Skip to main content

reader_options

Function reader_options 

Source
pub fn reader_options() -> ArrowReaderOptions
Available on crate feature internal-api and (crate features arrow-conversion or declarative-plans or default-engine-base) only.
Expand description

Returns the standard ArrowReaderOptions for all default engine parquet reads.

Skipping the embedded Arrow IPC schema avoids dependence on Arrow-specific metadata and ensures that type resolution is driven by the kernel schema rather than the file’s schema.