Home
last modified time | relevance | path

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

/sqlite-3.40.0/src/
H A Dwhere.c4746 LogEst rScale, rSortCost; in whereSortingCost() local
4749 rSortCost = nRow + rScale + 16; in whereSortingCost()
4763 rSortCost += estLog(nRow); in whereSortingCost()
4764 return rSortCost; in whereSortingCost()