Home
last modified time | relevance | path

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

/freebsd/contrib/sqlite3/
H A Dsqlite3.c15286 typedef u64 tRowcnt; typedef
19178 tRowcnt *aAvgEq; /* Average nEq values for keys not in aSample */
19180 tRowcnt *aiRowEst; /* Non-logarithmic stat1 data for this index */
19181 tRowcnt nRowEst0; /* Non-logarithmic number of rows in the index */
19214 tRowcnt *anEq; /* Est. number of rows where the key equals this sample */
19215 tRowcnt *anLt; /* Est. number of rows where key is less than this sample */
19216 tRowcnt *anDLt; /* Est. number of distinct keys less than this sample */
120368 tRowcnt *anDLt; /* sqlite_stat4.nDLt */
120370 tRowcnt *anEq; /* sqlite_stat4.nEq */
120371 tRowcnt *anLt; /* sqlite_stat4.nLt */
[all …]