Reads events from a Parquet byte stream.
read_parquetDescription
Section titled “Description”Reads events from a Parquet byte stream.
Apache Parquet is a columnar storage format that a variety of data tools support.
Examples
Section titled “Examples”Read a Parquet file:
from_file "/tmp/data.prq", mmap=true { read_parquet}