Searched defs:IndexSample (Results 1 – 1 of 1) sorted by relevance
15757 typedef struct IndexSample IndexSample; typedef19211 struct IndexSample { struct19212 void *p; /* Pointer to sampled record */19213 int n; /* Size of record in bytes */19214 tRowcnt *anEq; /* Est. number of rows where the key equals this sample */19215 tRowcnt *anLt; /* Est. number of rows where key is less than this sample */19216 tRowcnt *anDLt; /* Est. number of distinct keys less than this sample */