Home
last modified time | relevance | path

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

/sqlite-3.40.0/src/
H A Dwhere.c2629 LogEst iReduce = 0; /* pLoop->nOut should not exceed nRow-iReduce */ in whereLoopOutputAdjust() local
2680 if( iReduce<k ){ in whereLoopOutputAdjust()
2682 iReduce = k; in whereLoopOutputAdjust()
2688 if( pLoop->nOut > nRow-iReduce ){ in whereLoopOutputAdjust()
2689 pLoop->nOut = nRow - iReduce; in whereLoopOutputAdjust()