Searched defs:WhereLoop (Results 1 – 1 of 1) sorted by relevance
28 typedef struct WhereLoop WhereLoop; typedef128 struct WhereLoop { struct129 Bitmask prereq; /* Bitmask of other loops that must run first */130 Bitmask maskSelf; /* Bitmask identifying table iTab */132 char cId; /* Symbolic ID of this loop for debugging use */134 u8 iTab; /* Position in FROM clause of table for this loop */135 u8 iSortIdx; /* Sorting index number. 0==None */137 LogEst rRun; /* Cost of running each loop */161 # define WHERE_LOOP_XFER_SZ offsetof(WhereLoop,nLSlot) argument164 WhereLoop *pNextLoop; /* Next WhereLoop object in the WhereClause */ argument[all …]