Home
last modified time | relevance | path

Searched refs:WHERE_BLOOMFILTER (Results 1 – 2 of 2) sorted by relevance

/sqlite-3.40.0/src/
H A DwhereInt.h633 #define WHERE_BLOOMFILTER 0x00400000 /* Consider using a Bloom-filter */ macro
H A Dwhere.c1072 assert( pLoop->wsFlags & WHERE_BLOOMFILTER ); in sqlite3ConstructBloomFilter()
1136 pLoop->wsFlags &= ~WHERE_BLOOMFILTER; in sqlite3ConstructBloomFilter()
1146 if( (pLoop->wsFlags & (WHERE_BLOOMFILTER|WHERE_COLUMN_IN)) in sqlite3ConstructBloomFilter()
1147 ==WHERE_BLOOMFILTER in sqlite3ConstructBloomFilter()
5449 pLoop->wsFlags |= WHERE_BLOOMFILTER; in whereCheckIfBloomFilterIsUseful()
6026 && (pLoop->wsFlags & (WHERE_AUTO_INDEX|WHERE_BLOOMFILTER))==0 in sqlite3WhereBegin()
6175 if( (wsFlags & (WHERE_AUTO_INDEX|WHERE_BLOOMFILTER))!=0 ){ in sqlite3WhereBegin()