Searched refs:JT_LTORJ (Results 1 – 9 of 9) sorted by relevance
765 testcase( (pSrc->fg.jointype & (JT_LEFT|JT_LTORJ|JT_RIGHT))==JT_LTORJ ); in constraintCompatibleWithOuterJoin()798 if( (pSrc->fg.jointype & (JT_LEFT|JT_LTORJ|JT_RIGHT))!=0 in termCanDriveIndex()1142 if( pTabItem->fg.jointype & (JT_LEFT|JT_LTORJ) ) continue; in sqlite3ConstructBloomFilter()1213 if( (pSrc->fg.jointype & (JT_LEFT|JT_LTORJ|JT_RIGHT))!=0 in allocateIndexInfo()2656 & (JT_LEFT|JT_LTORJ))==0 in whereLoopOutputAdjust()2862 if( (pSrc->fg.jointype & (JT_LEFT|JT_LTORJ|JT_RIGHT))!=0 in whereLoopAddBtreeIndex()3229 if( jointype & JT_LTORJ ) return 0; in whereUsablePartialIndex()4286 || (pItem->fg.jointype & (JT_OUTER|JT_CROSS|JT_LTORJ))!=0 in whereLoopAddAll()4298 if( pItem->fg.jointype & JT_LTORJ ) hasRightJoin = 1; in whereLoopAddAll()5506 testcase( pTabItem->fg.jointype & JT_LTORJ ); in whereAddIndexedExpr()[all …]
566 if( (pSrc->a[0].fg.jointype & JT_LTORJ)!=0 ){ in sqlite3ProcessJoin()4308 if( (pSubitem->fg.jointype & (JT_OUTER|JT_LTORJ))!=0 ){ in flattenSubquery()4320 if( iFrom>0 && (pSubSrc->a[0].fg.jointype & JT_LTORJ)!=0 ){ in flattenSubquery()4355 if( iFrom>0 && (pSub1->pSrc->a[0].fg.jointype & JT_LTORJ)!=0 ){ in flattenSubquery()4526 u8 ltorj = pSrc->a[iFrom].fg.jointype & JT_LTORJ; in flattenSubquery()4569 pSrc->a[iFrom].fg.jointype &= JT_LTORJ; in flattenSubquery()4911 && (p->pSrc->a[0].fg.jointype & JT_LTORJ)!=0 in propagateConstants()5052 if( pSrc->fg.jointype & (JT_LTORJ|JT_RIGHT) ) return 0; in pushDownWhereTerms()5997 && ( (pFrom->fg.jointype & JT_LTORJ)==0 in selectExpander()6798 pTabList->a[0].fg.jointype & JT_LTORJ); in sqlite3Select()[all …]
2474 if( pTabItem->fg.jointype & (JT_LEFT|JT_LTORJ|JT_RIGHT) ){ in sqlite3WhereCodeOneLoopStart()2548 if( pTabItem->fg.jointype & (JT_LEFT|JT_LTORJ|JT_RIGHT) ) continue; in sqlite3WhereCodeOneLoopStart()2659 if( pTabItem->fg.jointype & JT_LTORJ ) continue; in sqlite3WhereCodeOneLoopStart()2713 if( (pTabItem->fg.jointype & JT_LTORJ)==0 ){ in sqlite3WhereRightJoinLoop()
1128 if( ALWAYS(pSrc->nSrc>0) && (pSrc->a[0].fg.jointype & JT_LTORJ)!=0 ){ in exprAnalyze()1842 if( pItem->fg.jointype & (JT_LEFT|JT_LTORJ) ){ in sqlite3WhereTabFuncArgs()
199 assert( (pMatch->fg.jointype & (JT_LEFT|JT_LTORJ))!=0 ); in extendFJMatch()421 if( (pMatch->fg.jointype & (JT_LEFT|JT_LTORJ))!=0 ){ in lookupName()
209 if( pItem->fg.jointype & JT_LTORJ ){ in sqlite3TreeViewSrcList()
5040 p1->a[0].fg.jointype |= (JT_LTORJ & p1->a[1].fg.jointype); in sqlite3SrcListAppendList()5102 p->a[i].fg.jointype |= JT_LTORJ; in sqlite3SrcListShiftJoinType()
3186 #define JT_LTORJ 0x40 /* One of the LEFT operands of a RIGHT JOIN macro
2327 if( pSrc->fg.jointype & JT_LTORJ ){ in sqlite3ExprIsTableConstraint()