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