Commit 6d3f02b
committed
fix: guard new filter ops (not_in, like, not_like, not_between) from WASM-only paths
scanFilterIndices and canUseWasmAggregate now correctly exclude the new
filter ops from WASM SIMD paths that only handle scalar numeric comparisons.
These ops fall through to the JS evaluation fallback.1 parent bac3d88 commit 6d3f02b
1 file changed
+3
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
333 | 333 | | |
334 | 334 | | |
335 | 335 | | |
336 | | - | |
| 336 | + | |
| 337 | + | |
337 | 338 | | |
338 | 339 | | |
339 | 340 | | |
| |||
1311 | 1312 | | |
1312 | 1313 | | |
1313 | 1314 | | |
1314 | | - | |
| 1315 | + | |
1315 | 1316 | | |
1316 | 1317 | | |
1317 | 1318 | | |
| |||
0 commit comments