-
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.
Add support for scanning multiple spans for a single index.
Index selection now creates multiple independent spans of the index that must be scanned. Multiple spans are created for expressions like "a IN (1, 2, 3)" and "a = 1 OR a = 2 or a = 3" (these are equivalent). Fixes #2140. See #2142.
- Loading branch information
1 parent
58e45b8
commit ba35f7b
Showing
4 changed files
with
275 additions
and
130 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
Oops, something went wrong.