ExArrow. GenStage. ParquetProducer
(ex_arrow v0.7.1)
View Source
A GenStage producer that emits ExArrow.RecordBatch values from a Parquet
file or in-memory Parquet binary.
Options
:path— path to a.parquetfile (opened withExArrow.Stream.from_parquet/1).:binary— in-memory Parquet bytes (opened withExArrow.Stream.from_parquet_binary/1).:stream— a pre-openedExArrow.Stream.t()(useful for testing).
Example
{:ok, producer} =
ExArrow.GenStage.ParquetProducer.start_link(path: "/data/events.parquet")