Home
last modified time | relevance | path

Searched refs:WHERE_PARTIALIDX (Results 1 – 3 of 3) sorted by relevance

/sqlite-3.40.0/src/
H A DwhereInt.h628 #define WHERE_PARTIALIDX 0x00020000 /* The automatic index is partial */ macro
H A Dwherecode.c164 }else if( flags & WHERE_PARTIALIDX ){ in sqlite3WhereExplainOneScan()
H A Dwhere.c998 pLoop->wsFlags |= WHERE_PARTIALIDX; in constructAutomaticIndex()