Available on crate feature
json
only.Modules§
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