Searched refs:notReady (Results 1 – 3 of 3) sorted by relevance
354 && (pLevel->notReady & pTerm->prereqAll)==0 in disableTerm()1049 if( pTerm->prereqAll & pLevel->notReady ) continue; in codeCursorHint()1268 Bitmask notReady /* Loops that are not ready */ in filterPullDown() argument1277 if( NEVER(pLoop->prereq & notReady) ) continue; in filterPullDown()1346 pLevel->notReady = notReady & ~sqlite3WhereGetMask(&pWInfo->sMaskSet, iCur); in sqlite3WhereCodeOneLoopStart()2161 if( pOrTab==0 ) return notReady; in sqlite3WhereCodeOneLoopStart()2466 if( (pTerm->prereqAll & pLevel->notReady)!=0 ){ in sqlite3WhereCodeOneLoopStart()2484 if( m & pLevel->notReady ){ in sqlite3WhereCodeOneLoopStart()2655 if( (pTerm->prereqAll & pLevel->notReady)!=0 ){ in sqlite3WhereCodeOneLoopStart()2674 iLevel, (u64)pLevel->notReady); in sqlite3WhereCodeOneLoopStart()[all …]
108 Bitmask notReady; /* FROM entries not usable at this level */ member511 Bitmask notReady, /* RHS must not overlap with this mask */551 Bitmask notReady /* Which tables are currently available */
515 if( (p->prereqRight & notReady)==0 ){ in sqlite3WhereFindTerm()803 if( (pTerm->prereqRight & notReady)!=0 ) return 0; in termCanDriveIndex()875 if( termCanDriveIndex(pTerm, pSrc, notReady) ){ in constructAutomaticIndex()931 if( termCanDriveIndex(pTerm, pSrc, notReady) ){ in constructAutomaticIndex()1145 if( pLoop->prereq & notReady ) continue; in sqlite3ConstructBloomFilter()5349 Bitmask notReady in whereOmitNoopJoin() argument5392 notReady &= ~pLoop->maskSelf; in whereOmitNoopJoin()5405 return notReady; in whereOmitNoopJoin()5918 notReady = ~(Bitmask)0; in sqlite3WhereBegin()5924 notReady = whereOmitNoopJoin(pWInfo, notReady); in sqlite3WhereBegin()[all …]