Searched refs:nEqCol (Results 1 - 1 of 1) sorted by relevance

/osnet-11/usr/src/lib/libsqlite/src/
H A Dwhere.c206 ** nEqCol is the number of columns of pPreferredIdx that are used as
209 ** the first nEqCol columns.
220 int nEqCol, /* Number of index columns used with == constraints */
257 if( pIdx->nColumn < nEqCol || pIdx->nColumn < nExpr ) continue;
258 for(i=j=0; i<nEqCol; i++){
262 if( i<nEqCol ) continue;
264 if( pOrderBy->a[i+j].pExpr->iColumn!=pIdx->aiColumn[i+nEqCol] ) break;
687 int nEqCol = (pWInfo->a[0].score+4)/8; local
689 *ppOrderBy, pIdx, nEqCol, &bRev);
215 findSortingIndex( Table *pTab, int base, ExprList *pOrderBy, Index *pPreferredIdx, int nEqCol, int *pbRev ) argument

Completed in 16 milliseconds