Lines Matching refs:rSize
165124 LogEst rSize; /* Number of rows in the table */
165167 rSize = pProbe->aiRowLogEst[0];
165168 rLogSize = estLog(rSize);
165450 whereLoopOutputAdjust(pBuilder->pWC, pNew, rSize);
165888 LogEst rSize; /* number of rows in the table */
165931 rSize = pTab->nRowLogEst;
165949 rLogSize = estLog(rSize);
165966 pNew->rSetup = rLogSize + rSize;
166002 rSize = pProbe->aiRowLogEst[0];
166011 pNew->nOut = rSize;
166036 pNew->rRun = rSize + 16 - 2*((pTab->tabFlags & TF_HasStat4)!=0);
166038 pNew->rRun = rSize + 16;
166041 whereLoopOutputAdjust(pWC, pNew, rSize);
166043 pNew->nOut = rSize;
166107 pNew->rRun = rSize + 1 + (15*pProbe->szIdxRow)/pTab->szTabRow;
166114 LogEst nLookup = rSize + 16; /* Base cost: N*3 */
166136 whereLoopOutputAdjust(pWC, pNew, rSize);
166145 pNew->nOut = rSize;