kylebarron / parquet-wasm

Rust-based WebAssembly bindings to read and write Apache Parquet data
https://kylebarron.dev/parquet-wasm/
Apache License 2.0
481 stars 19 forks source link

Support read options #505

Closed kylebarron closed 2 months ago

kylebarron commented 2 months ago

From https://docs.rs/parquet/latest/parquet/arrow/arrow_reader/type.ParquetRecordBatchReaderBuilder.html

At least

Future PRs can add the projection mask

kylebarron commented 2 months ago

Closed by https://github.com/kylebarron/parquet-wasm/pull/506