Searched refs:szTabRow (Results 1 – 6 of 6) sorted by relevance
1583 fakeIdx.szIdxRow = pTable->szTabRow;1588 pTable->szTabRow = fakeIdx.szIdxRow;
3094 assert( pSrc->pTab->szTabRow>0 ); in whereLoopAddBtreeIndex()3095 rCostIdx = pNew->nOut + 1 + (15*pProbe->szIdxRow)/pSrc->pTab->szTabRow; in whereLoopAddBtreeIndex()3420 sPk.szIdxRow = pTab->szTabRow; in whereLoopAddBtree()3568 && (pProbe->szIdxRow<pTab->szTabRow) in whereLoopAddBtree()3579 pNew->rRun = rSize + 1 + (15*pProbe->szIdxRow)/pTab->szTabRow; in whereLoopAddBtree()
1307 pTab->szTabRow, in sqlite3Pragma()
2287 LogEst szTabRow; /* Estimated size of each table row in bytes */ member
2328 pTab->szTabRow = 1; /* Any non-zero value works */ in sqlite3SelectAddColumnTypeAndCollation()7750 && pIdx->szIdxRow<pTab->szTabRow in sqlite3Select()
2211 pTab->szTabRow = sqlite3LogEst(wTable*4); in estimateTableWidth()