You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Part of this is addressed in #16788. But the most important part, which is the PrimitiveArray, is not done yet. There are some trait bounds that are difficult to circumvent.
Fixespola-rs#16687.
This PR now fully utilizes the MinMaxKernel to calculate the Parquet statistics. Specifically this PR adds this for `PrimitiveArray` which is the majority of values.
Fixespola-rs#16687.
This PR now fully utilizes the MinMaxKernel to calculate the Parquet statistics. Specifically this PR adds this for `PrimitiveArray` and `BinaryArray` which is the majority of values.
Description
We would like to use
polars-compute
functions in thepolars-parquet
crate to calculate some of the metadataThe text was updated successfully, but these errors were encountered: