Commit ee7e33b
Refactor join type logic into utils.rs
Move the pure JoinType semantic rule to utils.rs, placing
it alongside the existing join behavior helpers. Update
HashJoinStream in stream.rs to focus solely on its
stream-specific execution concern by removing unnecessary
logic related to filtering.1 parent 579dd30 commit ee7e33b
2 files changed
Lines changed: 19 additions & 17 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
42 | 42 | | |
43 | 43 | | |
44 | 44 | | |
45 | | - | |
| 45 | + | |
46 | 46 | | |
47 | 47 | | |
48 | 48 | | |
| |||
406 | 406 | | |
407 | 407 | | |
408 | 408 | | |
409 | | - | |
410 | | - | |
411 | | - | |
412 | | - | |
413 | | - | |
414 | | - | |
415 | | - | |
416 | | - | |
417 | | - | |
418 | | - | |
419 | | - | |
420 | | - | |
421 | | - | |
422 | | - | |
423 | | - | |
424 | 409 | | |
425 | 410 | | |
426 | 411 | | |
427 | | - | |
| 412 | + | |
| 413 | + | |
| 414 | + | |
| 415 | + | |
428 | 416 | | |
429 | 417 | | |
430 | 418 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
857 | 857 | | |
858 | 858 | | |
859 | 859 | | |
| 860 | + | |
| 861 | + | |
| 862 | + | |
| 863 | + | |
| 864 | + | |
| 865 | + | |
| 866 | + | |
| 867 | + | |
| 868 | + | |
| 869 | + | |
| 870 | + | |
| 871 | + | |
| 872 | + | |
| 873 | + | |
860 | 874 | | |
861 | 875 | | |
862 | 876 | | |
| |||
0 commit comments