Searched refs:iReduce (Results 1 – 1 of 1) sorted by relevance
2629 LogEst iReduce = 0; /* pLoop->nOut should not exceed nRow-iReduce */ in whereLoopOutputAdjust() local2680 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()