Commit ed9f75e
authored
refactor: parameterize apply subqueries with runtime index probes (#317)
* refactor: split apply into scalar and mark variants
* refactor(execution): revert mutable plan dispatch and remove Option<LogicalPlan>
* perf(execution): avoid materializing join tuples for filter evaluation
* refactor: localize appended mark-apply right outputs precisely
* refactor: remove semi/anti join support in favor of apply-based subqueries
* feat: parameterize EXISTS/IN subqueries with runtime index probes
* refactor: simplify parameterized index scan runtime probe flow
* test: update SLT explain output for runtime probes
* refactor: remove unused index range reset helper
* chore: codefmt1 parent 585ae80 commit ed9f75e
File tree
77 files changed
+3770
-1822
lines changed- src
- binder
- execution
- ddl
- dml
- dql
- aggregate
- join
- hash
- expression
- function
- function
- macros
- optimizer
- heuristic
- rule
- implementation
- dql
- normalization
- planner
- operator
- storage
- types
- tests/slt
- tpcc/src
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
77 files changed
+3770
-1822
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
244 | 244 | | |
245 | 245 | | |
246 | 246 | | |
247 | | - | |
248 | | - | |
249 | | - | |
250 | | - | |
251 | | - | |
252 | | - | |
| 247 | + | |
| 248 | + | |
| 249 | + | |
253 | 250 | | |
254 | | - | |
255 | 251 | | |
256 | 252 | | |
| 253 | + | |
257 | 254 | | |
258 | | - | |
| 255 | + | |
| 256 | + | |
| 257 | + | |
| 258 | + | |
| 259 | + | |
| 260 | + | |
| 261 | + | |
| 262 | + | |
| 263 | + | |
| 264 | + | |
259 | 265 | | |
260 | 266 | | |
261 | 267 | | |
| |||
276 | 282 | | |
277 | 283 | | |
278 | 284 | | |
279 | | - | |
| 285 | + | |
280 | 286 | | |
281 | 287 | | |
282 | 288 | | |
| |||
287 | 293 | | |
288 | 294 | | |
289 | 295 | | |
| 296 | + | |
| 297 | + | |
| 298 | + | |
| 299 | + | |
| 300 | + | |
| 301 | + | |
| 302 | + | |
| 303 | + | |
| 304 | + | |
290 | 305 | | |
291 | 306 | | |
292 | 307 | | |
293 | 308 | | |
| 309 | + | |
| 310 | + | |
294 | 311 | | |
295 | 312 | | |
296 | | - | |
297 | | - | |
298 | | - | |
299 | | - | |
300 | | - | |
301 | | - | |
302 | | - | |
| 313 | + | |
| 314 | + | |
| 315 | + | |
| 316 | + | |
| 317 | + | |
| 318 | + | |
| 319 | + | |
| 320 | + | |
| 321 | + | |
| 322 | + | |
303 | 323 | | |
304 | 324 | | |
305 | 325 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
152 | 152 | | |
153 | 153 | | |
154 | 154 | | |
155 | | - | |
156 | 155 | | |
157 | 156 | | |
| 157 | + | |
158 | 158 | | |
159 | 159 | | |
160 | 160 | | |
161 | 161 | | |
162 | 162 | | |
| 163 | + | |
| 164 | + | |
163 | 165 | | |
164 | 166 | | |
165 | 167 | | |
| |||
0 commit comments