Home
last modified time | relevance | path

Searched defs:IndexSample (Results 1 – 1 of 1) sorted by last modified time

/PHP-5.6/ext/sqlite3/libsqlite/
H A Dsqlite3.c9306 typedef struct IndexSample IndexSample; typedef
11781 struct IndexSample { struct
11782 void *p; /* Pointer to sampled record */
11783 int n; /* Size of record in bytes */
11784 tRowcnt *anEq; /* Est. number of rows where the key equals this sample */
11785 tRowcnt *anLt; /* Est. number of rows where key is less than this sample */
11786 tRowcnt *anDLt; /* Est. number of distinct keys less than this sample */

Completed in 375 milliseconds