Crate mmap_json_file

Source
Expand description

§mmap_json_file

mmap_json_file is a collection of utilities to filter and count ( with and without filter )

Enums§

ReturnValues

Functions§

count
Count the contents of a json file.
count_with_filter
Count the contents of a json file with filter specified.
distinct_of_field
Disctinct values of the contents of a json field.
filter
Filter the contents of a json file with filter specified and write the output to file specified.
sum_over_field
Sum values of a json field over the entire file.