Expand description
§mmap_json_file
mmap_json_file
is a collection of utilities to filter and count ( with and without filter )
Enums§
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.