Commit 2b04888
committed
File tree
17 files changed
+228
-40
lines changed- _duckdb-stubs
- duckdb
- experimental/spark/sql
- external
- src/duckdb_py
- include/duckdb_python
- pyrelation
- tests/fast
- api
- arrow
- spark
17 files changed
+228
-40
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
3 | 7 | | |
4 | 8 | | |
5 | 9 | | |
| |||
39 | 43 | | |
40 | 44 | | |
41 | 45 | | |
42 | | - | |
43 | | - | |
44 | | - | |
45 | | - | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
721 | 721 | | |
722 | 722 | | |
723 | 723 | | |
| 724 | + | |
724 | 725 | | |
725 | 726 | | |
726 | 727 | | |
| |||
774 | 775 | | |
775 | 776 | | |
776 | 777 | | |
| 778 | + | |
777 | 779 | | |
778 | 780 | | |
779 | 781 | | |
| |||
1034 | 1036 | | |
1035 | 1037 | | |
1036 | 1038 | | |
1037 | | - | |
| 1039 | + | |
1038 | 1040 | | |
1039 | 1041 | | |
1040 | | - | |
| 1042 | + | |
1041 | 1043 | | |
1042 | | - | |
1043 | | - | |
1044 | | - | |
1045 | | - | |
| 1044 | + | |
1046 | 1045 | | |
1047 | 1046 | | |
1048 | 1047 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
30 | 30 | | |
31 | 31 | | |
32 | 32 | | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
| 49 | + | |
| 50 | + | |
| 51 | + | |
33 | 52 | | |
34 | 53 | | |
35 | 54 | | |
| |||
617 | 636 | | |
618 | 637 | | |
619 | 638 | | |
620 | | - | |
| 639 | + | |
621 | 640 | | |
622 | | - | |
623 | | - | |
624 | | - | |
| 641 | + | |
625 | 642 | | |
626 | 643 | | |
627 | 644 | | |
| |||
4177 | 4194 | | |
4178 | 4195 | | |
4179 | 4196 | | |
4180 | | - | |
| 4197 | + | |
| 4198 | + | |
| 4199 | + | |
| 4200 | + | |
| 4201 | + | |
4181 | 4202 | | |
4182 | 4203 | | |
4183 | 4204 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
125 | 125 | | |
126 | 126 | | |
127 | 127 | | |
128 | | - | |
| 128 | + | |
129 | 129 | | |
130 | 130 | | |
131 | 131 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
| 5 | + | |
5 | 6 | | |
6 | 7 | | |
7 | 8 | | |
| |||
79 | 80 | | |
80 | 81 | | |
81 | 82 | | |
82 | | - | |
| 83 | + | |
| 84 | + | |
| 85 | + | |
| 86 | + | |
| 87 | + | |
| 88 | + | |
83 | 89 | | |
84 | 90 | | |
85 | 91 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
236 | 236 | | |
237 | 237 | | |
238 | 238 | | |
239 | | - | |
240 | | - | |
| 239 | + | |
| 240 | + | |
| 241 | + | |
241 | 242 | | |
242 | 243 | | |
243 | 244 | | |
| |||
- .github/workflows/CrossVersion.yml+47-16
- .github/workflows/OSX.yml+2-2
- extension/core_functions/scalar/date/date_trunc.cpp+8-39
- extension/icu/icu-datetrunc.cpp-3
- extension/json/json_reader.cpp+6-3
- src/catalog/catalog_entry/duck_table_entry.cpp+6-1
- src/execution/operator/join/physical_iejoin.cpp+17-16
- src/execution/operator/join/physical_piecewise_merge_join.cpp+17-14
- src/execution/operator/join/physical_range_join.cpp+15-15
- src/execution/operator/scan/physical_table_scan.cpp+10
- src/function/table/table_scan.cpp+34-17
- src/function/table_function.cpp+6-6
- src/include/duckdb/catalog/catalog_entry/duck_table_entry.hpp+1
- src/include/duckdb/common/arena_containers/arena_unordered_map.hpp+19
- src/include/duckdb/execution/operator/join/physical_range_join.hpp+2-2
- src/include/duckdb/execution/operator/scan/physical_table_scan.hpp+3
- src/include/duckdb/function/partition_stats.hpp+3-1
- src/include/duckdb/function/table_function.hpp+5-2
- src/include/duckdb/main/query_profiler.hpp+31-20
- src/include/duckdb/optimizer/row_group_pruner.hpp+2-2
- src/include/duckdb/planner/operator/logical_get.hpp+1
- src/include/duckdb/planner/operator/logical_join.hpp+4-1
- src/include/duckdb/storage/data_table.hpp+2-2
- src/include/duckdb/storage/storage_index.hpp+9
- src/include/duckdb/storage/table/row_group.hpp+1
- src/include/duckdb/storage/table/row_group_collection.hpp+1-1
- src/include/duckdb/storage/table/row_group_reorderer.hpp+3-3
- src/include/duckdb/storage/table/table_statistics.hpp+2-1
- src/main/query_profiler.cpp+18-21
- src/optimizer/common_subplan_optimizer.cpp+582-181
- src/optimizer/in_clause_rewriter.cpp+4-3
- src/optimizer/join_order/relation_manager.cpp+3-1
- src/optimizer/row_group_pruner.cpp+15-9
- src/optimizer/statistics/operator/propagate_aggregate.cpp+17-7
- src/planner/operator/logical_get.cpp+26
- src/planner/operator/logical_join.cpp+18
- src/storage/data_table.cpp+6-8
- src/storage/table/row_group.cpp+7-2
- src/storage/table/row_group_collection.cpp+1-1
- src/storage/table/row_group_reorderer.cpp+2-2
- src/storage/table/table_statistics.cpp+7-4
- test/optimizer/common_subplan.test-152
- test/optimizer/common_subplan.test_slow+464
- test/optimizer/pullup_filters.test+3
- test/sql/binder/order_by_view.test+2-2
- test/sql/function/date/test_date_trunc.test+22-17
- test/sql/join/full_outer/test_full_outer_join_issue_4252.test+3-3
- test/sql/pragma/profiling/test_custom_profiling_rows_scanned.test+1-1
- test/sql/topn/top_n_pruning.test+7-1
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
214 | 214 | | |
215 | 215 | | |
216 | 216 | | |
217 | | - | |
| 217 | + | |
| 218 | + | |
218 | 219 | | |
219 | 220 | | |
220 | 221 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1776 | 1776 | | |
1777 | 1777 | | |
1778 | 1778 | | |
1779 | | - | |
| 1779 | + | |
| 1780 | + | |
1780 | 1781 | | |
1781 | 1782 | | |
1782 | 1783 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1214 | 1214 | | |
1215 | 1215 | | |
1216 | 1216 | | |
1217 | | - | |
| 1217 | + | |
1218 | 1218 | | |
1219 | 1219 | | |
1220 | 1220 | | |
| |||
1312 | 1312 | | |
1313 | 1313 | | |
1314 | 1314 | | |
| 1315 | + | |
| 1316 | + | |
| 1317 | + | |
| 1318 | + | |
| 1319 | + | |
| 1320 | + | |
| 1321 | + | |
| 1322 | + | |
| 1323 | + | |
| 1324 | + | |
| 1325 | + | |
1315 | 1326 | | |
1316 | 1327 | | |
1317 | 1328 | | |
| |||
0 commit comments