Searched defs:ScanStatus (Results 1 – 9 of 9) sorted by relevance
76 enum class ScanStatus { enum
21336 typedef struct ScanStatus ScanStatus; typedef21337 struct ScanStatus { struct21338 int addrExplain; /* OP_Explain for loop */21339 int addrLoop; /* Address of "loops" counter */21340 int addrVisit; /* Address of "rows visited" counter */21341 int iSelectID; /* The "Select-ID" for this loop */21342 LogEst nEst; /* Estimated output rows per loop */21343 char *zName; /* Name of table or index */
23351 typedef struct ScanStatus ScanStatus; typedef23352 struct ScanStatus { struct23353 int addrExplain; /* OP_Explain for loop */23354 int aAddrRange[6];23355 int addrLoop; /* Address of "loops" counter */23356 int addrVisit; /* Address of "rows visited" counter */23357 int iSelectID; /* The "Select-ID" for this loop */23358 LogEst nEst; /* Estimated output rows per loop */23359 char *zName; /* Name of table or index */
22921 typedef struct ScanStatus ScanStatus; typedef22922 struct ScanStatus { struct22923 int addrExplain; /* OP_Explain for loop */22924 int aAddrRange[6];22925 int addrLoop; /* Address of "loops" counter */22926 int addrVisit; /* Address of "rows visited" counter */22927 int iSelectID; /* The "Select-ID" for this loop */22928 LogEst nEst; /* Estimated output rows per loop */22929 char *zName; /* Name of table or index */
3437 "ScanStatus":{ object
7253 "ScanStatus":{ object7464 "ScanStatus":{ object
7101 "ScanStatus":{ object