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

/netbsd-6-1-5-RELEASE/external/public-domain/sqlite/dist/
H A Dsqlite3.c7925 typedef u64 tRowcnt; /* 64-bit only if requested at compile-time */ typedef
7927 typedef u32 tRowcnt; /* 32-bit is the default */ typedef
10149 tRowcnt nRowEst; /* Estimated rows in table - from sqlite_stat1 table */
10345 tRowcnt *aiRowEst; /* Result of ANALYZE: Est. rows selected by each column */
10358 tRowcnt avgEq; /* Average nEq value for key values not in aSample */
10376 tRowcnt nEq; /* Est. number of rows where the key equals this sample */
10377 tRowcnt nLt; /* Est. number of rows where key is less than this sample */
10378 tRowcnt nDLt; /* Est. number of distinct keys less than this sample */
[all...]

Completed in 419 milliseconds