Searched refs:pIdxInfo (Results 1 – 2 of 2) sorted by relevance
6061 sqlite3_index_info *pIdxInfo in seriesBestIndex() argument6077 pConstraint = pIdxInfo->aConstraint; in seriesBestIndex()6078 for(i=0; i<pIdxInfo->nConstraint; i++, pConstraint++){ in seriesBestIndex()6096 pIdxInfo->aConstraintUsage[j].argvIndex = ++nArg; in seriesBestIndex()6097 pIdxInfo->aConstraintUsage[j].omit = !SQLITE_SERIES_CONSTRAINT_VERIFY; in seriesBestIndex()6121 pIdxInfo->estimatedCost = (double)(2 - ((idxNum&4)!=0)); in seriesBestIndex()6122 pIdxInfo->estimatedRows = 1000; in seriesBestIndex()6123 if( pIdxInfo->nOrderBy>=1 && pIdxInfo->aOrderBy[0].iColumn==0 ){ in seriesBestIndex()6124 if( pIdxInfo->aOrderBy[0].desc ){ in seriesBestIndex()6129 pIdxInfo->orderByConsumed = 1; in seriesBestIndex()[all …]
105408 sqlite3_index_info *pIdxInfo105415 pIdxInfo->estimatedCost = (double)100;105416 pIdxInfo->estimatedRows = 100;105417 pIdxInfo->idxNum = 0;105418 for(i=0, p=pIdxInfo->aConstraint; i<pIdxInfo->nConstraint; i++, p++){105422 pIdxInfo->aConstraintUsage[i].omit = 1;105423 pIdxInfo->aConstraintUsage[i].argvIndex = 1;105426 pIdxInfo->aConstraintUsage[i].omit = 1;105427 pIdxInfo->idxNum = 1;140486 static int pragmaVtabBestIndex(sqlite3_vtab *tab, sqlite3_index_info *pIdxInfo){[all …]