Commit 1d8f6d7
File tree
18 files changed
+87
-92
lines changedFilter options
- fe/fe-core/src/main/java/org/apache/doris
- nereids
- rules/analysis
- stats
- trees/plans/commands
- info
- qe
- tools
- tpcds-tools
- bin
- conf/opt
- tpch-tools
- bin
- conf/opt
18 files changed
+87
-92
lines changedfe/fe-core/src/main/java/org/apache/doris/nereids/NereidsPlanner.java
Copy file name to clipboardExpand all lines: fe/fe-core/src/main/java/org/apache/doris/nereids/NereidsPlanner.java+44Lines changed: 44 additions & 0 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
59 | 59 |
|
60 | 60 |
|
61 | 61 |
|
| 62 | + |
| 63 | + |
62 | 64 |
|
63 | 65 |
|
64 | 66 |
|
| ||
73 | 75 |
|
74 | 76 |
|
75 | 77 |
|
| 78 | + |
76 | 79 |
|
77 | 80 |
|
78 | 81 |
|
| ||
279 | 282 |
|
280 | 283 |
|
281 | 284 |
|
| 285 | + |
| 286 | + |
282 | 287 |
|
283 | 288 |
|
284 | 289 |
|
| ||
315 | 320 |
|
316 | 321 |
|
317 | 322 |
|
| 323 | + |
| 324 | + |
| 325 | + |
| 326 | + |
| 327 | + |
| 328 | + |
| 329 | + |
| 330 | + |
| 331 | + |
| 332 | + |
| 333 | + |
| 334 | + |
| 335 | + |
| 336 | + |
| 337 | + |
| 338 | + |
| 339 | + |
| 340 | + |
| 341 | + |
| 342 | + |
| 343 | + |
| 344 | + |
| 345 | + |
| 346 | + |
| 347 | + |
| 348 | + |
| 349 | + |
| 350 | + |
| 351 | + |
| 352 | + |
| 353 | + |
| 354 | + |
| 355 | + |
| 356 | + |
| 357 | + |
| 358 | + |
| 359 | + |
| 360 | + |
| 361 | + |
318 | 362 |
|
319 | 363 |
|
320 | 364 |
|
|
fe/fe-core/src/main/java/org/apache/doris/nereids/rules/analysis/EliminateLogicalSelectHint.java
Copy file name to clipboardExpand all lines: fe/fe-core/src/main/java/org/apache/doris/nereids/rules/analysis/EliminateLogicalSelectHint.java+4-6Lines changed: 4 additions & 6 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
17 | 17 |
|
18 | 18 |
|
19 | 19 |
|
20 |
| - |
21 | 20 |
|
22 | 21 |
|
23 | 22 |
|
| ||
36 | 35 |
|
37 | 36 |
|
38 | 37 |
|
| 38 | + |
39 | 39 |
|
40 | 40 |
|
41 | 41 |
|
| ||
55 | 55 |
|
56 | 56 |
|
57 | 57 |
|
58 |
| - |
59 |
| - |
60 |
| - |
61 |
| - |
62 |
| - |
| 58 | + |
| 59 | + |
| 60 | + |
63 | 61 |
|
64 | 62 |
|
65 | 63 |
|
|
fe/fe-core/src/main/java/org/apache/doris/nereids/stats/StatsCalculator.java
Copy file name to clipboardExpand all lines: fe/fe-core/src/main/java/org/apache/doris/nereids/stats/StatsCalculator.java+23-1Lines changed: 23 additions & 1 deletion
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
72 | 72 |
|
73 | 73 |
|
74 | 74 |
|
| 75 | + |
75 | 76 |
|
76 | 77 |
|
77 | 78 |
|
| ||
137 | 138 |
|
138 | 139 |
|
139 | 140 |
|
| 141 | + |
140 | 142 |
|
141 | 143 |
|
142 | 144 |
|
| ||
220 | 222 |
|
221 | 223 |
|
222 | 224 |
|
| 225 | + |
| 226 | + |
| 227 | + |
| 228 | + |
| 229 | + |
| 230 | + |
| 231 | + |
| 232 | + |
| 233 | + |
| 234 | + |
| 235 | + |
| 236 | + |
| 237 | + |
| 238 | + |
| 239 | + |
| 240 | + |
| 241 | + |
| 242 | + |
| 243 | + |
223 | 244 |
|
224 | 245 |
|
225 | 246 |
|
| ||
246 | 267 |
|
247 | 268 |
|
248 | 269 |
|
249 |
| - |
| 270 | + |
| 271 | + |
250 | 272 |
|
251 | 273 |
|
252 | 274 |
|
|
fe/fe-core/src/main/java/org/apache/doris/nereids/trees/plans/commands/CreateTableCommand.java
Copy file name to clipboardExpand all lines: fe/fe-core/src/main/java/org/apache/doris/nereids/trees/plans/commands/CreateTableCommand.java+2-1Lines changed: 2 additions & 1 deletion
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
54 | 54 |
|
55 | 55 |
|
56 | 56 |
|
| 57 | + |
57 | 58 |
|
58 | 59 |
|
59 | 60 |
|
| ||
98 | 99 |
|
99 | 100 |
|
100 | 101 |
|
101 |
| - |
| 102 | + |
102 | 103 |
|
103 | 104 |
|
104 | 105 |
|
|
fe/fe-core/src/main/java/org/apache/doris/nereids/trees/plans/commands/info/CreateMTMVInfo.java
Copy file name to clipboardExpand all lines: fe/fe-core/src/main/java/org/apache/doris/nereids/trees/plans/commands/info/CreateMTMVInfo.java+1-1Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
253 | 253 |
|
254 | 254 |
|
255 | 255 |
|
256 |
| - |
| 256 | + |
257 | 257 |
|
258 | 258 |
|
259 | 259 |
|
|
fe/fe-core/src/main/java/org/apache/doris/qe/SessionVariable.java
Copy file name to clipboardExpand all lines: fe/fe-core/src/main/java/org/apache/doris/qe/SessionVariable.java+12-20Lines changed: 12 additions & 20 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
4204 | 4204 |
|
4205 | 4205 |
|
4206 | 4206 |
|
4207 |
| - |
4208 |
| - |
4209 |
| - |
4210 |
| - |
4211 |
| - |
4212 |
| - |
4213 |
| - |
4214 |
| - |
4215 |
| - |
4216 |
| - |
4217 |
| - |
4218 |
| - |
| 4207 | + |
| 4208 | + |
| 4209 | + |
| 4210 | + |
| 4211 | + |
| 4212 | + |
| 4213 | + |
| 4214 | + |
| 4215 | + |
| 4216 | + |
| 4217 | + |
| 4218 | + |
4219 | 4219 |
|
4220 |
| - |
4221 |
| - |
4222 |
| - |
4223 |
| - |
4224 |
| - |
4225 |
| - |
4226 |
| - |
4227 |
| - |
4228 | 4220 |
|
4229 | 4221 |
|
4230 | 4222 |
|
|
fe/fe-core/src/main/java/org/apache/doris/qe/StmtExecutor.java
Copy file name to clipboardExpand all lines: fe/fe-core/src/main/java/org/apache/doris/qe/StmtExecutor.java+1-1Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
3557 | 3557 |
|
3558 | 3558 |
|
3559 | 3559 |
|
3560 |
| - |
| 3560 | + |
3561 | 3561 |
|
3562 | 3562 |
|
3563 | 3563 |
|
|
tools/tpcds-tools/bin/run-tpcds-queries.sh
Copy file name to clipboardExpand all lines: tools/tpcds-tools/bin/run-tpcds-queries.sh-31Lines changed: 0 additions & 31 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
81 | 81 |
|
82 | 82 |
|
83 | 83 |
|
84 |
| - |
85 | 84 |
|
86 | 85 |
|
87 | 86 |
|
88 |
| - |
89 | 87 |
|
90 | 88 |
|
91 | 89 |
|
92 |
| - |
93 | 90 |
|
94 | 91 |
|
95 | 92 |
|
96 |
| - |
97 | 93 |
|
98 | 94 |
|
99 | 95 |
|
| ||
123 | 119 |
|
124 | 120 |
|
125 | 121 |
|
126 |
| - |
127 |
| - |
128 |
| - |
129 |
| - |
130 |
| - |
131 |
| - |
132 |
| - |
133 |
| - |
134 |
| - |
135 |
| - |
136 |
| - |
137 |
| - |
138 |
| - |
139 |
| - |
140 |
| - |
141 |
| - |
142 |
| - |
143 |
| - |
144 |
| - |
145 |
| - |
146 |
| - |
147 |
| - |
148 | 122 |
|
149 |
| - |
150 |
| - |
151 |
| - |
152 | 123 |
|
153 | 124 |
|
154 | 125 |
|
| ||
205 | 176 |
|
206 | 177 |
|
207 | 178 |
|
208 |
| - |
209 |
| - |
tools/tpcds-tools/conf/opt/opt_sf1.sql
Copy file name to clipboardExpand all lines: tools/tpcds-tools/conf/opt/opt_sf1.sqlWhitespace-only changes.
tools/tpcds-tools/conf/opt/opt_sf100.sql
Copy file name to clipboardExpand all lines: tools/tpcds-tools/conf/opt/opt_sf100.sqlWhitespace-only changes.
tools/tpcds-tools/conf/opt/opt_sf1000.sql
Copy file name to clipboardExpand all lines: tools/tpcds-tools/conf/opt/opt_sf1000.sql-1Lines changed: 0 additions & 1 deletion
This file was deleted.
tools/tpcds-tools/conf/opt/opt_sf10000.sql
Copy file name to clipboardExpand all lines: tools/tpcds-tools/conf/opt/opt_sf10000.sql-1Lines changed: 0 additions & 1 deletion
This file was deleted.
tools/tpch-tools/bin/run-tpch-queries.sh
Copy file name to clipboardExpand all lines: tools/tpch-tools/bin/run-tpch-queries.sh-27Lines changed: 0 additions & 27 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
81 | 81 |
|
82 | 82 |
|
83 | 83 |
|
84 |
| - |
85 | 84 |
|
86 | 85 |
|
87 |
| - |
88 | 86 |
|
89 | 87 |
|
90 |
| - |
91 | 88 |
|
92 | 89 |
|
93 |
| - |
94 | 90 |
|
95 | 91 |
|
96 | 92 |
|
| ||
120 | 116 |
|
121 | 117 |
|
122 | 118 |
|
123 |
| - |
124 |
| - |
125 |
| - |
126 |
| - |
127 |
| - |
128 |
| - |
129 |
| - |
130 |
| - |
131 |
| - |
132 |
| - |
133 |
| - |
134 |
| - |
135 |
| - |
136 |
| - |
137 |
| - |
138 |
| - |
139 | 119 |
|
140 |
| - |
141 |
| - |
142 |
| - |
143 | 120 |
|
144 | 121 |
|
145 | 122 |
|
| ||
197 | 174 |
|
198 | 175 |
|
199 | 176 |
|
200 |
| - |
201 |
| - |
202 |
| - |
203 |
| - |
tools/tpch-tools/conf/opt/backup_session_variables.sql
Copy file name to clipboardExpand all lines: tools/tpch-tools/conf/opt/backup_session_variables.sqlWhitespace-only changes.
tools/tpch-tools/conf/opt/opt_sf1.sql
Copy file name to clipboardExpand all lines: tools/tpch-tools/conf/opt/opt_sf1.sqlWhitespace-only changes.
tools/tpch-tools/conf/opt/opt_sf100.sql
Copy file name to clipboardExpand all lines: tools/tpch-tools/conf/opt/opt_sf100.sqlWhitespace-only changes.
tools/tpch-tools/conf/opt/opt_sf1000.sql
Copy file name to clipboardExpand all lines: tools/tpch-tools/conf/opt/opt_sf1000.sql-1Lines changed: 0 additions & 1 deletion
This file was deleted.
tools/tpch-tools/conf/opt/opt_sf10000.sql
Copy file name to clipboardExpand all lines: tools/tpch-tools/conf/opt/opt_sf10000.sql-1Lines changed: 0 additions & 1 deletion
This file was deleted.
0 commit comments