Add min_bytes
and max_bytes
to PageIndex
#5949
Labels
enhancement
Any new improvement worthy of a entry in the changelog
parquet
Changes to the parquet crate
Is your feature request related to a problem or challenge? Please describe what you are trying to do.
Currently
PageIndex
, while similar toStatistics
, doesn't supportmax_bytes
andmin_bytes
.Describe the solution you'd like
Add
max_bytes
andmin_bytes
toPageIndex<T>
whereT: AsBytes
.Describe alternatives you've considered
Additional context
There was some discussion of this w.r.t. this ticket: apache/datafusion#10951 because f16's physical type is a fixed len binary array. Ultimately the better solution is for parquet to natively support f16 that may take longer and be more involved when it's implemented.
The text was updated successfully, but these errors were encountered: