read_parquet
Reads events from a Parquet byte stream.
read_parquet
Description
Section titled “Description”Reads events from a Parquet byte stream.
Apache Parquet is a columnar storage format that a variety of data tools support.
Limitation
Tenzir currently assumes that all Parquet files use metadata recognized by Tenzir. We plan to lift this restriction in the future.
Examples
Section titled “Examples”Read a Parquet file:
load_file "/tmp/data.prq", mmap=trueread_parquet