Searched defs:ScanStatus (Results 1 – 1 of 1) sorted by relevance
24007 typedef struct ScanStatus ScanStatus; typedef24008 struct ScanStatus { struct24009 int addrExplain; /* OP_Explain for loop */24010 int aAddrRange[6];24011 int addrLoop; /* Address of "loops" counter */24012 int addrVisit; /* Address of "rows visited" counter */24013 int iSelectID; /* The "Select-ID" for this loop */24014 LogEst nEst; /* Estimated output rows per loop */24015 char *zName; /* Name of table or index */