Searched refs:WHERE_VIEWSCAN (Results 1 – 2 of 2) sorted by relevance
636 #define WHERE_VIEWSCAN 0x02000000 /* A full-scan of a VIEW or subquery */ macro
3541 pNew->wsFlags |= WHERE_VIEWSCAN; in whereLoopAddBtree()4926 if( iLoop==0 && (pWLoop->wsFlags & WHERE_VIEWSCAN)!=0 ){ in wherePathSolver()