-
Notifications
You must be signed in to change notification settings - Fork 796
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Add specialized primitive filter kernels * Filter context * Optimize null buffer construction * Clippy * Benchmark filter construction * Review feedback * Specialized string filter * Specialized dictionary filter kernel * Use trusted_len_iter * Review feedback * Add fuzz filter test * Clarify selective vs selectivity confusion * Revert change to MutableBuffer::from_trusted_len_iter_bool * Fix filter_bits offset handling * Review feedback * Use i64 for chunk offset * Only optimize filter when filtering multiple columns * Test truncated filter * Review feedback * Add IterationStrategy::None * Remove selective / selectivity docs confusion
- Loading branch information
Showing
3 changed files
with
963 additions
and
99 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.