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

/illumos-gate/usr/src/lib/libsqlite/src/
H A Dwhere.c565 int nEq, m, score; local
637 /* The following loop ends with nEq set to the number of columns
640 for(nEq=0; nEq<pIdx->nColumn; nEq++){
641 m = (1<<(nEq+1))-1;
644 score = nEq*8; /* Base score is 8 times number of == constraints */
645 m = 1<<nEq;

Completed in 60 milliseconds