Home
last modified time | relevance | path

Searched refs:notIndexed (Results 1 – 4 of 4) sorted by relevance

/sqlite-3.40.0/src/
H A Dbuild.c5010 assert( pItem->fg.notIndexed==0 ); in sqlite3SrcListIndexedBy()
5016 pItem->fg.notIndexed = 1; in sqlite3SrcListIndexedBy()
5053 assert( pItem->fg.notIndexed==0 ); in sqlite3SrcListFuncArgs()
H A Dwhere.c3425 if( pSrc->fg.notIndexed==0 ){ in whereLoopAddBtree()
3440 && !pSrc->fg.notIndexed /* Has no NOT INDEXED clause */ in whereLoopAddBtree()
5196 if( pItem->fg.isIndexedBy || pItem->fg.notIndexed ){ in whereShortCut()
5198 testcase( pItem->fg.notIndexed ); in whereShortCut()
H A DsqliteInt.h3124 unsigned notIndexed :1; /* True if there is a NOT INDEXED clause */ member
H A Dselect.c7747 if( !p->pSrc->a[0].fg.notIndexed ){ in sqlite3Select()