Home
last modified time | relevance | path

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

/sqlite-3.40.0/src/
H A Dwhereexpr.c992 aiCurCol[0] = iCur; in exprMightBeIndexed2()
993 aiCurCol[1] = XN_EXPR; in exprMightBeIndexed2()
1020 aiCurCol[0] = pExpr->iTable; in exprMightBeIndexed()
1021 aiCurCol[1] = pExpr->iColumn; in exprMightBeIndexed()
1026 return exprMightBeIndexed2(pFrom,mPrereq,aiCurCol,pExpr); in exprMightBeIndexed()
1140 int aiCurCol[2]; in exprAnalyze() local
1152 if( exprMightBeIndexed(pSrc, prereqLeft, aiCurCol, pLeft, op) ){ in exprAnalyze()
1153 pTerm->leftCursor = aiCurCol[0]; in exprAnalyze()
1155 pTerm->u.x.leftColumn = aiCurCol[1]; in exprAnalyze()
1191 pNew->leftCursor = aiCurCol[0]; in exprAnalyze()
[all …]