Home
last modified time | relevance | path

Searched defs:IndexSample (Results 1 – 1 of 1) sorted by relevance

/PHP-7.1/ext/sqlite3/libsqlite/
H A Dsqlite3.c14203 typedef struct IndexSample IndexSample; typedef
17215 struct IndexSample { struct
17216 void *p; /* Pointer to sampled record */
17217 int n; /* Size of record in bytes */
17218 tRowcnt *anEq; /* Est. number of rows where the key equals this sample */
17219 tRowcnt *anLt; /* Est. number of rows where key is less than this sample */
17220 tRowcnt *anDLt; /* Est. number of distinct keys less than this sample */

Completed in 352 milliseconds