Searched defs:ScanStatus (Results 1 – 1 of 1) sorted by relevance
391 typedef struct ScanStatus ScanStatus; typedef392 struct ScanStatus { struct393 int addrExplain; /* OP_Explain for loop */394 int addrLoop; /* Address of "loops" counter */395 int addrVisit; /* Address of "rows visited" counter */396 int iSelectID; /* The "Select-ID" for this loop */397 LogEst nEst; /* Estimated output rows per loop */398 char *zName; /* Name of table or index */