Module ndjson

Source
Available on crate feature json only.

Modules§

core

Functions§

count_rows
Count the number of rows. The slice passed must represent the entire file. This does not check if the lines are valid NDJSON - it assumes that is the case.
count_rows_par
Count the number of rows. The slice passed must represent the entire file. This will potentially parallelize using rayon.
infer_schema