Lines Matching full:nlt
118478 ** CREATE TABLE sqlite_stat3(tbl, idx, nEq, nLt, nDLt, sample);
118479 ** CREATE TABLE sqlite_stat4(tbl, idx, nEq, nLt, nDLt, sample);
118572 ** And so forth. nLt is another list of integers that show the approximate
118574 ** integer in nLt contains the number of entries in the index where the
118576 ** The K-th integer in the nLt entry is the number of index entries
118578 ** sample. The nDLt column is like nLt except that it contains the
118594 ** sqlite_stat4.sample. The nEq, nLt, and nDLt entries of sqlite_stat3
118635 { "sqlite_stat4", "tbl,idx,neq,nlt,ndlt,sample" },
118726 tRowcnt *anLt; /* sqlite_stat4.nLt */
119203 tRowcnt nLt;
119212 nLt = p->current.anLt[p->nCol-1];
119214 if( (nLt/p->nPSample)!=(nLt+1)/p->nPSample ){
119251 #define STAT_GET_NLT 3 /* "nlt" column of stat[34] entry */
120228 ** zSql2: SELECT idx,neq,nlt,ndlt,sample FROM %Q.sqlite_stat4
120375 "SELECT idx,neq,nlt,ndlt,sample FROM %Q.sqlite_stat4",