Derive PartialEq
and Eq
for parquet::arrow::ProjectionMask
#6329
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.
Working on some optimizations in how we apply row filters and it would make things easier if we could directly compare the
ProjectionMask
forArrowPredicate
s as way of easily checking whether they use the same columns.Describe the solution you'd like
Derive the traits
Describe alternatives you've considered
Not do anyting
Additional context
The text was updated successfully, but these errors were encountered: