Skip to contents

A family of functions for reading (Geo)Parquet metadata directly from the file footer; no data pages are read. Each returns a classed list with format() and print() methods:

The footer is read with nanoparquet::read_parquet_metadata() and embedded JSON metadata is parsed with yyjsonr::read_json_str().