apache / arrow-rs

Official Rust implementation of Apache Arrow
https://arrow.apache.org/
Apache License 2.0
2.63k stars 807 forks source link

How to enable page index #6811

Open pengzhiwei2018 opened 1 day ago

pengzhiwei2018 commented 1 day ago

How to write a parquet file with the page index enabled just the the pyarrow does?

tustvold commented 1 day ago

https://docs.rs/parquet/latest/parquet/file/properties/struct.WriterPropertiesBuilder.html#method.set_statistics_enabled

It is enabled by default