Home
last modified time | relevance | path

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

/sqlite-3.40.0/src/
H A Dwhere.c4788 LogEst mxUnsorted = 0; /* Maximum unsorted cost of a set of path */ in wherePathSolver() local
4953 && (rCost>mxCost || (rCost==mxCost && rUnsorted>=mxUnsorted)) in wherePathSolver()
5042 mxUnsorted = aTo[0].nRow; in wherePathSolver()
5045 || (pTo->rCost==mxCost && pTo->rUnsorted>mxUnsorted) in wherePathSolver()
5048 mxUnsorted = pTo->rUnsorted; in wherePathSolver()