Is your feature request related to a problem or challenge?
Currently the contained method of RowGroupPruningStatistics is not fully implemented.
Describe the solution you'd like
The basic idea is to check whether all of the values are not within the min-max boundary.
- If any one value is within the min-max boundary, then this row group will not be skipped.
- Otherwise, this row group will be able to be skipped.
Describe alternatives you've considered
No response
Additional context
#8440
Is your feature request related to a problem or challenge?
Currently the
containedmethod ofRowGroupPruningStatisticsis not fully implemented.Describe the solution you'd like
The basic idea is to check whether all of the
valuesare not within the min-max boundary.Describe alternatives you've considered
No response
Additional context
#8440