Lines Matching refs:iUpper
1587 tRowcnt iUpper, iGap; in whereKeyStats() local
1589 iUpper = pIdx->nRowEst0; in whereKeyStats()
1591 iUpper = aSample[i].anLt[iCol]; in whereKeyStats()
1594 if( iLower>=iUpper ){ in whereKeyStats()
1597 iGap = iUpper - iLower; in whereKeyStats()
1845 tRowcnt iUpper; /* Rows less than the upper bound */ in whereRangeScanEst() local
1856 iUpper = p->nRowEst0; in whereRangeScanEst()
1862 iUpper = a[0] + a[1]; in whereRangeScanEst()
1902 if( iNew<iUpper ) iUpper = iNew; in whereRangeScanEst()
1910 if( iUpper>iLower ){ in whereRangeScanEst()
1911 nNew = sqlite3LogEst(iUpper - iLower); in whereRangeScanEst()
1924 (u32)iLower, (u32)iUpper, nOut)); in whereRangeScanEst()