Home
last modified time | relevance | path

Searched refs:nRowOut (Results 1 – 2 of 2) sorted by relevance

/sqlite-3.40.0/src/
H A DwhereInt.h485 LogEst nRowOut; /* Estimated number of output rows */ member
H A Dwhere.c50 return pWInfo->nRowOut; in sqlite3WhereOutputRowCount()
5160 pWInfo->nRowOut = pFrom->nRow; in wherePathSolver()
5251 pWInfo->nRowOut = 1; in whereShortCut()
5870 wherePathSolver(pWInfo, pWInfo->nRowOut+1); in sqlite3WhereBegin()
5883 sqlite3DebugPrintf("---- Solution nRow=%d", pWInfo->nRowOut); in sqlite3WhereBegin()
5945 pWInfo->pParse->nQueryLoop += pWInfo->nRowOut; in sqlite3WhereBegin()