Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/libsqlite/src/
H A DsqliteInt.h242 typedef struct WhereLevel WhereLevel; typedef
800 struct WhereLevel { struct
801 int iMem; /* Memory cell used by this level */
802 Index *pIdx; /* Index used */
803 int iCur; /* Cursor number used for this index */
804 int score; /* How well this indexed scored */
805 int brk; /* Jump here to break out of the loop */
829 WhereLevel a[1]; /* Information about each nest loop in the WHERE */ argument