parquet-dotnet icon indicating copy to clipboard operation
parquet-dotnet copied to clipboard

Create column chunk and page

Open Gvkteja opened this issue 4 years ago • 1 comments

I'm able to create a parquet file along with row groups using parquet.net. But how can we create a column chunk and page with in row group. And how can we read the file with these column chunk and page wise?

Gvkteja avatar Oct 12 '21 07:10 Gvkteja

This isn't the official Parquet.NET repo. See https://github.com/aloneguid/parquet-dotnet

markpattison avatar Mar 10 '22 14:03 markpattison