Skip to content
Legacy docs for Tenzir v5.x. For the latest Tenzir v6 series, visit docs.tenzir.com. Migrating from v5? Read the Tenzir v6 migration guide.

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.

Read a Parquet file:

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

Last updated: