Searched defs:WherePath (Results 1 – 1 of 1) sorted by relevance
29 typedef struct WherePath WherePath; typedef206 struct WherePath { struct207 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 */