Home
last modified time | relevance | path

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

/sqlite-3.40.0/src/
H A DwhereInt.h634 #define WHERE_SELFCULL 0x00800000 /* nOut reduced by extra WHERE terms */ macro
H A Dwhere.c2658 pLoop->wsFlags |= WHERE_SELFCULL; in whereLoopOutputAdjust()
5437 const unsigned int reqFlags = (WHERE_SELFCULL|WHERE_COLUMN_EQ); in whereCheckIfBloomFilterIsUseful()