]> git.ipfire.org Git - thirdparty/sqlite.git/commit
When constructing an ephermeral table to use as the right-hand side of bedrock-3.45-in-bloom
authordan <Dan Kennedy>
Wed, 3 Jul 2024 20:30:31 +0000 (20:30 +0000)
committerdan <Dan Kennedy>
Wed, 3 Jul 2024 20:30:31 +0000 (20:30 +0000)
commit40986a0cccea97fc0ff50b47885b8f769b55f77d
tree51e2f443128e9352f15d3561e12c477ed626071a
parent2fdf83fc16cc558587e64cfd25d70a1645c9bc9c
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: 0bb306eb70ef1df7734326d30359da7a15397171d3e25ab644633ef3ee1428ec
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