Home
last modified time | relevance | path

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

/sqlite-3.40.0/src/
H A Danalyze.c1630 if( pIdx->nSampleCol>1 ){
1635 nCol = pIdx->nSampleCol-1;
1751 pIdx->nSampleCol = nIdxCol;
1793 nCol = pIdx->nSampleCol;
H A Dwhere.c1816 if( p->nSample>0 && ALWAYS(nEq<p->nSampleCol) in whereRangeScanEst()
3034 && ALWAYS(pNew->u.btree.nEq<=pProbe->nSampleCol) in whereLoopAddBtreeIndex()
H A DsqliteInt.h2638 int nSampleCol; /* Size of IndexSample.anEq[] and so on */ member