Skip to content

read_parquet

Reads events from a Parquet byte stream.

read_parquet

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.

Read a Parquet file:

load_file "/tmp/data.prq", mmap=true
read_parquet

read_feather, to_hive, write_parquet