Home
last modified time | relevance | path

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

/sqlite-3.40.0/src/
H A Danalyze.c353 memcpy(pTo->anDLt, pFrom->anDLt, sizeof(tRowcnt)*p->nCol); in sampleCopy()
449 p->current.anDLt = (tRowcnt*)&p[1]; in statInit()
450 p->current.anEq = &p->current.anDLt[nColUp]; in statInit()
602 tRowcnt *anDLt = pMin->anDLt; in sampleInsert() local
608 pSample->anDLt = anDLt; in sampleInsert()
732 p->current.anDLt[i]++; in statPush()
772 sqlite3_result_int(context, p->current.anDLt[0]>0); in statPush()
866 u64 nDistinct = p->current.anDLt[i] + 1; in statGet()
899 aCnt = p->a[p->iGet].anDLt; in statGet()
1649 nDist100 = (i64)100 * pFinal->anDLt[iCol];
[all …]
H A DsqliteInt.h2677 tRowcnt *anDLt; /* Est. number of distinct keys less than this sample */ member