Home
last modified time | relevance | path

Searched refs:aiRowEst (Results 1 – 1 of 1) sorted by relevance

/PHP-7.1/ext/sqlite3/libsqlite/
H A Dsqlite3.c17184 tRowcnt *aiRowEst; /* Non-logarithmic stat1 data for this index */ member
105544 tRowcnt *aiRowEst = 0;
105550 if( pIndex->aiRowEst==0 ){
105552 if( pIndex->aiRowEst==0 ) sqlite3OomFault(pInfo->db);
105554 aiRowEst = pIndex->aiRowEst;
105629 if( !pIdx->aiRowEst || iCol>=pIdx->nKeyCol || pIdx->aiRowEst[iCol+1]==0 ){
105634 nRow = pIdx->aiRowEst[0];
105635 nDist100 = ((i64)100 * pIdx->aiRowEst[0]) / pIdx->aiRowEst[iCol+1];
105916 sqlite3_free(pIdx->aiRowEst);
105917 pIdx->aiRowEst = 0;
[all …]

Completed in 364 milliseconds