Home
last modified time | relevance | path

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

/sqlite-3.40.0/ext/misc/
H A Dunionvtab.c1272 int iLt = -1; in unionBestIndex() local
1285 iLt = i; in unionBestIndex()
1306 if( iLt>=0 ){ in unionBestIndex()
1308 pIdxInfo->aConstraintUsage[iLt].argvIndex = iCons++; in unionBestIndex()
1309 pIdxInfo->aConstraintUsage[iLt].omit = 1; in unionBestIndex()
1310 idxNum |= pIdxInfo->aConstraint[iLt].op; in unionBestIndex()