]> git.ipfire.org Git - thirdparty/sqlite.git/commit
When constructing an ephermeral table to use as the right-hand side of
authordrh <>
Fri, 5 Jul 2024 10:03:29 +0000 (10:03 +0000)
committerdrh <>
Fri, 5 Jul 2024 10:03:29 +0000 (10:03 +0000)
commit34bd549261e9925fc9af8cab0ce8ce08bfea10cd
tree556aa1239f8d3af46b174e9d4cb161e9a35043f0
parentc5f1828df3010842e0b778f78bc03e7d6bbe90cd
When constructing an ephermeral table to use as the right-hand side of
an IN operator, also construct a Bloom filter to speed membership testing.

FossilOrigin-Name: 557a14a24a2b4bb94fc0f8a59db19e79611ad007c38162cf6b1a1d1cf17dc427
manifest
manifest.uuid
src/expr.c
src/select.c
src/sqliteInt.h
src/vdbe.c
test/autoindex1.test
test/eqp.test
test/pushdown.test
test/rowvalue4.test