Searched defs:ScanStatus (Results 1 – 1 of 1) sorted by relevance
23517 typedef struct ScanStatus ScanStatus; typedef23518 struct ScanStatus { struct23519 int addrExplain; /* OP_Explain for loop */23520 int aAddrRange[6];23521 int addrLoop; /* Address of "loops" counter */23522 int addrVisit; /* Address of "rows visited" counter */23523 int iSelectID; /* The "Select-ID" for this loop */23524 LogEst nEst; /* Estimated output rows per loop */23525 char *zName; /* Name of table or index */