alamb opened a new pull request, #8440: URL: https://github.com/apache/arrow-datafusion/pull/8440
Draft - [ ] builds on https://github.com/apache/arrow-datafusion/pull/8437 Note: a follow on PR will rewrite the Bloom filter implementation to use this new API -- see the POC PR https://github.com/apache/arrow-datafusion/pull/8397 for how it works) ## Which issue does this PR close? Part of https://github.com/apache/arrow-datafusion/issues/8376 (see the POC PR https://github.com/apache/arrow-datafusion/pull/8397 for how this all fits together) ## Rationale for this change Generalizing the pruning predicate to support bloom filters and other structures that can test set membership. See https://github.com/apache/arrow-datafusion/issues/8376 for more details. ## What changes are included in this PR? 1. Adds the `contains` API to `PruningStatistics` 2. Adds many tests for the new API ## Are these changes tested? Yes, there are many new tests ## Are there any user-facing changes? Yes, there is a new API for `PruningPredicate` -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
