Home
last modified time | relevance | path

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

/sqlite-3.40.0/src/
H A DwhereInt.h636 #define WHERE_VIEWSCAN 0x02000000 /* A full-scan of a VIEW or subquery */ macro
H A Dwhere.c3541 pNew->wsFlags |= WHERE_VIEWSCAN; in whereLoopAddBtree()
4926 if( iLoop==0 && (pWLoop->wsFlags & WHERE_VIEWSCAN)!=0 ){ in wherePathSolver()