Home
last modified time | relevance | path

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

/sqlite-3.40.0/src/
H A Danalyze.c297 int nMaxEqZero; /* Max leading 0 in anEq[] for any a[] entry */ member
567 if( nEqZero>p->nMaxEqZero ){ in sampleInsert()
568 p->nMaxEqZero = nEqZero; in sampleInsert()
666 for(j=p->nMaxEqZero; j<p->nCol; j++) assert( p->a[i].anEq[j]>0 ); in samplePushPrevious()
670 if( iChng<p->nMaxEqZero ){ in samplePushPrevious()
677 p->nMaxEqZero = iChng; in samplePushPrevious()