Home
last modified time | relevance | path

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

/sqlite-3.40.0/src/
H A DwhereInt.h29 typedef struct WherePath WherePath; typedef
206 struct WherePath { struct
207 Bitmask maskLoop; /* Bitmask of all WhereLoop objects in this path */
208 Bitmask revLoop; /* aLoop[]s that should be reversed for ORDER BY */
209 LogEst nRow; /* Estimated number of rows generated by this path */
210 LogEst rCost; /* Total cost of this path */
211 LogEst rUnsorted; /* Total cost of this path ignoring sorting costs */
212 i8 isOrdered; /* No. of ORDER BY terms satisfied. -1 for unknown */
213 WhereLoop **aLoop; /* Array of WhereLoop objects implementing this path */