Module arrow2::io::json::read

source · []
This is supported on crate feature io_json only.
Expand description

APIs to read and deserialize from JSON

Functions

Deserializes rows into a Chunk according to fields. This is CPU-bounded.

Deserializes a slice of Value to an Array of logical type DataType.

Infers the fields of a JSON file by reading the first number_of_rows rows.

Infer the fields of a JSON file from number_of_rows in reader.

Infer Fields from an iterator of Value.

Infers a DataType from a list of JSON values

Reads rows from reader into rows. Returns the number of read items. IO-bounded.