Home
last modified time | relevance | path

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

/aosp_15_r20/external/sqlite/dist/sqlite-autoconf-3440300/
H A Dsqlite3.c15235 typedef struct IndexSample IndexSample; typedef
18665 struct IndexSample { struct
18666 void *p; /* Pointer to sampled record */
18667 int n; /* Size of record in bytes */
18668 tRowcnt *anEq; /* Est. number of rows where the key equals this sample */
18669 tRowcnt *anLt; /* Est. number of rows where key is less than this sample */
18670 tRowcnt *anDLt; /* Est. number of distinct keys less than this sample */
/aosp_15_r20/external/rust/crates/libsqlite3-sys/sqlite3/
Dsqlite3.c15360 typedef struct IndexSample IndexSample; typedef
18800 struct IndexSample { struct
18801 void *p; /* Pointer to sampled record */
18802 int n; /* Size of record in bytes */
18803 tRowcnt *anEq; /* Est. number of rows where the key equals this sample */
18804 tRowcnt *anLt; /* Est. number of rows where key is less than this sample */
18805 tRowcnt *anDLt; /* Est. number of distinct keys less than this sample */
/aosp_15_r20/external/rust/crates/libsqlite3-sys/sqlcipher/
Dsqlite3.c15403 typedef struct IndexSample IndexSample; typedef
18847 struct IndexSample { struct
18848 void *p; /* Pointer to sampled record */
18849 int n; /* Size of record in bytes */
18850 tRowcnt *anEq; /* Est. number of rows where the key equals this sample */
18851 tRowcnt *anLt; /* Est. number of rows where key is less than this sample */
18852 tRowcnt *anDLt; /* Est. number of distinct keys less than this sample */
/aosp_15_r20/external/sqlite/dist/sqlite-autoconf-3440300/orig/
H A Dsqlite3.c15235 typedef struct IndexSample IndexSample; typedef
18665 struct IndexSample { struct
18666 void *p; /* Pointer to sampled record */
18667 int n; /* Size of record in bytes */
18668 tRowcnt *anEq; /* Est. number of rows where the key equals this sample */
18669 tRowcnt *anLt; /* Est. number of rows where key is less than this sample */
18670 tRowcnt *anDLt; /* Est. number of distinct keys less than this sample */