Home
last modified time | relevance | path

Searched refs:IdxScan (Results 1 - 1 of 1) sorted by relevance

/third_party/sqlite/src/
H A Dshell.c9399 typedef struct IdxScan IdxScan; typedef
9434 struct IdxScan { struct
9441 IdxScan *pNextScan; /* Next IdxScan object for same analysis */
9517 IdxScan *pScan; /* List of scan objects */
9815 IdxScan *pScan; in expertBestIndex()
9821 pScan = idxMalloc(&rc, sizeof(IdxScan)); in expertBestIndex()
9830 /* Add the constraints to the IdxScan object */ in expertBestIndex()
9857 /* Add the ORDER BY to the IdxScan objec in expertBestIndex()
[all...]

Completed in 21 milliseconds