Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Implement the contained method of RowGroupPruningStatistics introduce by #8440 #8668

Open
yahoNanJing opened this issue Dec 28, 2023 · 0 comments
Labels
enhancement New feature or request

Comments

@yahoNanJing
Copy link
Contributor

yahoNanJing commented Dec 28, 2023

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

@yahoNanJing yahoNanJing added the enhancement New feature or request label Dec 28, 2023
@yahoNanJing yahoNanJing changed the title Implement the contained method of PruningStatistics introduce by #8440 Implement the contained method of RowGroupPruningStatistics introduce by #8440 Dec 28, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant