Searched refs:pIdxInfo (Results 1 - 2 of 2) sorted by relevance
/third_party/sqlite/src/ |
H A D | shell.c | 3610 sqlite3_index_info *pIdxInfo in seriesBestIndex() 3626 pConstraint = pIdxInfo->aConstraint; in seriesBestIndex() 3627 for(i=0; i<pIdxInfo->nConstraint; i++, pConstraint++){ in seriesBestIndex() 3645 pIdxInfo->aConstraintUsage[j].argvIndex = ++nArg; in seriesBestIndex() 3646 pIdxInfo->aConstraintUsage[j].omit = !SQLITE_SERIES_CONSTRAINT_VERIFY; in seriesBestIndex() 3670 pIdxInfo->estimatedCost = (double)(2 - ((idxNum&4)!=0)); in seriesBestIndex() 3671 pIdxInfo->estimatedRows = 1000; in seriesBestIndex() 3672 if( pIdxInfo->nOrderBy>=1 && pIdxInfo->aOrderBy[0].iColumn==0 ){ in seriesBestIndex() 3673 if( pIdxInfo in seriesBestIndex() 9811 expertBestIndex(sqlite3_vtab *pVtab, sqlite3_index_info *pIdxInfo) expertBestIndex() argument [all...] |
H A D | sqlite3.c | 136928 pragmaVtabBestIndex(sqlite3_vtab *tab, sqlite3_index_info *pIdxInfo) global() argument 157733 sqlite3_index_info *pIdxInfo; global() local 157914 freeIndexInfo(sqlite3 *db, sqlite3_index_info *pIdxInfo) global() argument 160221 whereLoopAddVirtualOne( WhereLoopBuilder *pBuilder, Bitmask mPrereq, Bitmask mUsable, u16 mExclude, sqlite3_index_info *pIdxInfo, u16 mNoOmit, int *pbIn, int *pbRetryLimit ) global() argument 160414 sqlite3_vtab_collation(sqlite3_index_info *pIdxInfo, int iCons) global() argument 160434 sqlite3_vtab_in(sqlite3_index_info *pIdxInfo, int iCons, int bHandle) global() argument 160454 sqlite3_vtab_rhs_value( sqlite3_index_info *pIdxInfo, int iCons, sqlite3_value **ppVal ) global() argument 160487 sqlite3_vtab_distinct(sqlite3_index_info *pIdxInfo) global() argument 160504 sqlite3VtabUsesAllSchemas(sqlite3_index_info *pIdxInfo) global() argument 181223 fts3SetEstimatedRows(sqlite3_index_info *pIdxInfo, i64 nRow) global() argument 181236 fts3SetUniqueFlag(sqlite3_index_info *pIdxInfo) global() argument 202931 rtreeBestIndex(sqlite3_vtab *tab, sqlite3_index_info *pIdxInfo) global() argument 206823 geopolyBestIndex(sqlite3_vtab *tab, sqlite3_index_info *pIdxInfo) global() argument 214398 statBestIndex(sqlite3_vtab *tab, sqlite3_index_info *pIdxInfo) global() argument 215197 dbpageBestIndex(sqlite3_vtab *tab, sqlite3_index_info *pIdxInfo) global() argument 237286 fts5SetUniqueFlag(sqlite3_index_info *pIdxInfo) global() argument [all...] |
Completed in 153 milliseconds