aloneguid / parquet-dotnet

Fully managed Apache Parquet implementation
https://aloneguid.github.io/parquet-dotnet/
MIT License
542 stars 141 forks source link

Allow deserialization from open RowGroupReaders. #423

Closed ddrinka closed 7 months ago

ddrinka commented 8 months ago

Add a new public method that matches the existing deserialization functionality but operates on open RowGroupReaders rather than opening and closing a ParquetReader for every row group.

Closes #422