Home
last modified time | relevance | path

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

/freebsd/contrib/sqlite3/
H A Dsqlite3.c15757 typedef struct IndexSample IndexSample; typedef
19212 struct IndexSample { struct
19213 void *p; /* Pointer to sampled record */
19214 int n; /* Size of record in bytes */
19215 tRowcnt *anEq; /* Est. number of rows where the key equals this sample */
19216 tRowcnt *anLt; /* Est. number of rows where key is less than this sample */
19217 tRowcnt *anDLt; /* Est. number of distinct keys less than this sample */