-
Notifications
You must be signed in to change notification settings - Fork 3.8k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
rowexec: optimize the inverted filterer
Previously, we were ignoring the first return parameter of `prepareAddIndexRow` which indicates whether we should be adding a row for inverted expr evaluation which is suboptimal (essentially we were ignoring the result of prefiltering). This is now fixed. Additionally, this commit adds some comments and a sanity check around the usage of `batchedInvertedExprEvaluator`. Release note: None
- Loading branch information
1 parent
87ed071
commit e92d3e8
Showing
2 changed files
with
26 additions
and
19 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
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