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

Example

{:ok, producer} =
  ExArrow.GenStage.ParquetProducer.start_link(path: "/data/events.parquet")

Summary

Functions

start_link(opts)