Searched defs:ScanStatus (Results 1 – 1 of 1) sorted by relevance
23429 typedef struct ScanStatus ScanStatus; typedef23430 struct ScanStatus { struct23431 int addrExplain; /* OP_Explain for loop */23432 int aAddrRange[6];23433 int addrLoop; /* Address of "loops" counter */23434 int addrVisit; /* Address of "rows visited" counter */23435 int iSelectID; /* The "Select-ID" for this loop */23436 LogEst nEst; /* Estimated output rows per loop */23437 char *zName; /* Name of table or index */