Searched refs:tRowcnt (Results 1 – 4 of 4) sorted by relevance
468 p->a[i].anEq = (tRowcnt *)pSpace; pSpace += (sizeof(tRowcnt) * nColUp); in statInit()469 p->a[i].anLt = (tRowcnt *)pSpace; pSpace += (sizeof(tRowcnt) * nColUp); in statInit()470 p->a[i].anDLt = (tRowcnt *)pSpace; pSpace += (sizeof(tRowcnt) * nColUp); in statInit()600 tRowcnt *anEq = pMin->anEq; in sampleInsert()743 tRowcnt nLt; in statPush()890 tRowcnt *aCnt = 0; in statGet()1473 tRowcnt v;1562 tRowcnt *aiRowEst = 0;1569 pIndex->aiRowEst = (tRowcnt*)sqlite3MallocZero(sizeof(tRowcnt) * nCol);1642 tRowcnt avgEq = 0;[all …]
827 typedef u64 tRowcnt; /* 64-bit only if requested at compile-time */ typedef829 typedef u32 tRowcnt; /* 32-bit is the default */ typedef2639 tRowcnt *aAvgEq; /* Average nEq values for keys not in aSample */2641 tRowcnt *aiRowEst; /* Non-logarithmic stat1 data for this index */2642 tRowcnt nRowEst0; /* Non-logarithmic number of rows in the index */2675 tRowcnt *anEq; /* Est. number of rows where the key equals this sample */2676 tRowcnt *anLt; /* Est. number of rows where key is less than this sample */2677 tRowcnt *anDLt; /* Est. number of distinct keys less than this sample */
1438 tRowcnt *aStat /* OUT: stats written here */ in whereKeyStats()1587 tRowcnt iUpper, iGap; in whereKeyStats()1821 tRowcnt a[2]; in whereRangeScanEst()1844 tRowcnt iLower; /* Rows less than the lower bound */ in whereRangeScanEst()1845 tRowcnt iUpper; /* Rows less than the upper bound */ in whereRangeScanEst()1880 tRowcnt iNew; in whereRangeScanEst()1897 tRowcnt iNew; in whereRangeScanEst()1986 tRowcnt *pnRow /* Write the revised row estimate here */ in whereEqualScanEst()1992 tRowcnt a[2]; /* Statistics */ in whereEqualScanEst()2050 tRowcnt *pnRow /* Write the revised row estimate here */ in whereInScanEst()[all …]
664 pIdxInfo->estimatedRows = (tRowcnt)x; in tclBestIndex()