Commit f775791
move projection pushdown optimization logic to ExecutionPlan trait (#14235)
* first iteration
* wrap up rest of them
* refactor mroe
* fix the tests
* minor
* test changes
* Update projection.rs
* investigate further
* revert test changes with the fix
* Update projection_pushdown.rs
* minor fmt
* fix imports
---------
Co-authored-by: berkaysynnada <berkay.sahin@synnada.ai>1 parent 18f14ab commit f775791
File tree
29 files changed
+1461
-1442
lines changed- datafusion
- core/src
- datasource/physical_plan
- physical_optimizer
- physical-optimizer/src
- physical-plan/src
- joins
- repartition
- sorts
- sqllogictest/test_files
- tpch
- plans
29 files changed
+1461
-1442
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
45 | 45 | | |
46 | 46 | | |
47 | 47 | | |
| 48 | + | |
| 49 | + | |
| 50 | + | |
48 | 51 | | |
49 | 52 | | |
50 | 53 | | |
| |||
479 | 482 | | |
480 | 483 | | |
481 | 484 | | |
| 485 | + | |
| 486 | + | |
| 487 | + | |
| 488 | + | |
| 489 | + | |
| 490 | + | |
| 491 | + | |
| 492 | + | |
| 493 | + | |
| 494 | + | |
| 495 | + | |
| 496 | + | |
| 497 | + | |
| 498 | + | |
| 499 | + | |
| 500 | + | |
| 501 | + | |
| 502 | + | |
| 503 | + | |
| 504 | + | |
| 505 | + | |
| 506 | + | |
| 507 | + | |
| 508 | + | |
| 509 | + | |
| 510 | + | |
| 511 | + | |
| 512 | + | |
| 513 | + | |
| 514 | + | |
482 | 515 | | |
483 | 516 | | |
484 | 517 | | |
| |||
0 commit comments