Struct polars_io::json::ReaderBuilder [−][src]
pub struct ReaderBuilder { /* fields omitted */ }
This is supported on crate feature
json
only.Expand description
JSON file reader builder
Implementations
! Returns a new ReaderBuilder
.
Set the JSON file’s schema
Set the JSON reader to infer the schema of the file
Set the batch size (number of records to load at one time)
Set the reader’s column projection
Trait Implementations
Returns the “default value” for a type. Read more