Home
last modified time | relevance | path

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

/sqlite-3.40.0/src/
H A DwhereInt.h307 # define TERM_HIGHTRUTH 0x4000 /* Term excludes few rows */ macro
309 # define TERM_HIGHTRUTH 0 /* Only used with STAT4 */ macro
H A Dwhere.c2670 && (pTerm->wtFlags & TERM_HIGHTRUTH)==0 /* tag-20200224-1 */ in whereLoopOutputAdjust()
3064 pTerm->wtFlags |= TERM_HIGHTRUTH; in whereLoopAddBtreeIndex()