Home
last modified time | relevance | path

Searched defs:ScanStatus (Results 1 – 1 of 1) sorted by relevance

/sqlite-3.40.0/src/
H A DvdbeInt.h391 typedef struct ScanStatus ScanStatus; typedef
392 struct ScanStatus { struct
393 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 */