Commit cacdb8c
committed
Add fast path for mixed-reference predicates in authoritative mode
Ensure that mixed-reference predicates with only one join key
lock in the desired behavior. The is_restrict_null_predicate(...)
function returns false in both Auto and AuthoritativeOnly modes,
thereby maintaining the fast path functionality in utils.rs
even after applying the push_down_filter fix.1 parent 61a02ad commit cacdb8c
2 files changed
Lines changed: 24 additions & 63 deletions
This file was deleted.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
463 | 463 | | |
464 | 464 | | |
465 | 465 | | |
| 466 | + | |
| 467 | + | |
| 468 | + | |
| 469 | + | |
| 470 | + | |
| 471 | + | |
| 472 | + | |
| 473 | + | |
| 474 | + | |
| 475 | + | |
| 476 | + | |
| 477 | + | |
| 478 | + | |
| 479 | + | |
| 480 | + | |
| 481 | + | |
| 482 | + | |
| 483 | + | |
| 484 | + | |
| 485 | + | |
| 486 | + | |
| 487 | + | |
| 488 | + | |
| 489 | + | |
466 | 490 | | |
0 commit comments