Searched refs:maskSelf (Results 1 – 3 of 3) sorted by relevance
2627 Bitmask notAllowed = ~(pLoop->prereq|pLoop->maskSelf); in whereLoopOutputAdjust()2644 if( pLoop->maskSelf==pTerm->prereqAll ){ in whereLoopOutputAdjust()2856 if( pTerm->prereqRight & pNew->maskSelf ) continue; in whereLoopAddBtreeIndex()4321 mPrior |= pNew->maskSelf; in whereLoopAddAll()4425 if( iLoop>0 ) ready |= pLoop->maskSelf; in wherePathSatisfiesOrderBy()4654 orderDistinctMask |= pLoop->maskSelf; in wherePathSatisfiesOrderBy()4893 maskNew = pFrom->maskLoop | pWLoop->maskSelf; in wherePathSolver()5379 if( (tabUsed & pLoop->maskSelf)!=0 ) continue; in whereOmitNoopJoin()5382 if( (pTerm->prereqAll & pLoop->maskSelf)!=0 ){ in whereOmitNoopJoin()5392 notReady &= ~pLoop->maskSelf; in whereOmitNoopJoin()[all …]
130 Bitmask maskSelf; /* Bitmask identifying table iTab */ member
2706 mAll |= pWInfo->a[k].pWLoop->maskSelf; in sqlite3WhereRightJoinLoop()2714 mAll |= pLoop->maskSelf; in sqlite3WhereRightJoinLoop()