Commit 1429c92
Dynamic filter pushdown for TopK sorts (#15770)
Co-authored-by: Daniël Heres <[email protected]>1 parent 0c3bb78 commit 1429c92
File tree
21 files changed
+1003
-60
lines changed- datafusion
- common/src
- core/tests
- fuzz_cases
- physical_optimizer/filter_pushdown
- datasource/src
- physical-expr/src/expressions
- physical-optimizer/src
- physical-plan/src
- repartition
- sorts
- topk
- sqllogictest/test_files
- docs/source/user-guide
21 files changed
+1003
-60
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
614 | 614 | | |
615 | 615 | | |
616 | 616 | | |
| 617 | + | |
| 618 | + | |
| 619 | + | |
| 620 | + | |
| 621 | + | |
| 622 | + | |
| 623 | + | |
617 | 624 | | |
618 | 625 | | |
619 | 626 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
21 | 21 | | |
22 | 22 | | |
23 | 23 | | |
| 24 | + | |
24 | 25 | | |
25 | 26 | | |
26 | 27 | | |
| |||
0 commit comments