Searched defs:IndexSample (Results 1 – 1 of 1) sorted by relevance
15757 typedef struct IndexSample IndexSample; typedef19212 struct IndexSample { struct19213 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 */