Searched refs:nRowOut (Results 1 – 2 of 2) sorted by relevance
485 LogEst nRowOut; /* Estimated number of output rows */ member
50 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()