Lines Matching refs:rSize
159356 LogEst rSize; /* Number of rows in the table */
159391 rSize = pProbe->aiRowLogEst[0];
159392 rLogSize = estLog(rSize);
159655 whereLoopOutputAdjust(pBuilder->pWC, pNew, rSize);
159939 LogEst rSize; /* number of rows in the table */
159982 rSize = pTab->nRowLogEst;
160000 rLogSize = estLog(rSize);
160017 pNew->rSetup = rLogSize + rSize;
160052 rSize = pProbe->aiRowLogEst[0];
160061 pNew->nOut = rSize;
160086 pNew->rRun = rSize + 16 - 2*((pTab->tabFlags & TF_HasStat4)!=0);
160088 pNew->rRun = rSize + 16;
160094 whereLoopOutputAdjust(pWC, pNew, rSize);
160096 pNew->nOut = rSize;
160129 pNew->rRun = rSize + 1 + (15*pProbe->szIdxRow)/pTab->szTabRow;
160136 LogEst nLookup = rSize + 16; /* Base cost: N*3 */
160158 whereLoopOutputAdjust(pWC, pNew, rSize);
160167 pNew->nOut = rSize;