Searched refs:pIdxInfo (Results 1 – 4 of 4) sorted by relevance
2771 sqlite3_index_info *pIdxInfo in fsdirBestIndex() argument2779 pConstraint = pIdxInfo->aConstraint; in fsdirBestIndex()2780 for(i=0; i<pIdxInfo->nConstraint; i++, pConstraint++){ in fsdirBestIndex()2788 pIdxInfo->idxNum = 0; in fsdirBestIndex()2789 pIdxInfo->estimatedCost = (double)(((sqlite3_int64)1) << 50); in fsdirBestIndex()2791 pIdxInfo->aConstraintUsage[idx4].omit = 1; in fsdirBestIndex()2792 pIdxInfo->aConstraintUsage[idx4].argvIndex = 1; in fsdirBestIndex()2794 pIdxInfo->aConstraintUsage[idx5].omit = 1; in fsdirBestIndex()2795 pIdxInfo->aConstraintUsage[idx5].argvIndex = 2; in fsdirBestIndex()2796 pIdxInfo->idxNum = 2; in fsdirBestIndex()[all …]
117570 static int pragmaVtabBestIndex(sqlite3_vtab *tab, sqlite3_index_info *pIdxInfo){117576 pIdxInfo->estimatedCost = (double)1;117578 pConstraint = pIdxInfo->aConstraint;117581 for(i=0; i<pIdxInfo->nConstraint; i++, pConstraint++){117590 pIdxInfo->estimatedCost = (double)2147483647;117591 pIdxInfo->estimatedRows = 2147483647;117595 pIdxInfo->aConstraintUsage[j].argvIndex = 1;117596 pIdxInfo->aConstraintUsage[j].omit = 1;117598 pIdxInfo->estimatedCost = (double)20;117599 pIdxInfo->estimatedRows = 20;[all …]
2777 sqlite3_index_info *pIdxInfo in fsdirBestIndex() argument2785 pConstraint = pIdxInfo->aConstraint; in fsdirBestIndex()2786 for(i=0; i<pIdxInfo->nConstraint; i++, pConstraint++){ in fsdirBestIndex()2794 pIdxInfo->idxNum = 0; in fsdirBestIndex()2795 pIdxInfo->estimatedCost = (double)(((sqlite3_int64)1) << 50); in fsdirBestIndex()2797 pIdxInfo->aConstraintUsage[idx4].omit = 1; in fsdirBestIndex()2798 pIdxInfo->aConstraintUsage[idx4].argvIndex = 1; in fsdirBestIndex()2800 pIdxInfo->aConstraintUsage[idx5].omit = 1; in fsdirBestIndex()2801 pIdxInfo->aConstraintUsage[idx5].argvIndex = 2; in fsdirBestIndex()2802 pIdxInfo->idxNum = 2; in fsdirBestIndex()[all …]
117586 static int pragmaVtabBestIndex(sqlite3_vtab *tab, sqlite3_index_info *pIdxInfo){117592 pIdxInfo->estimatedCost = (double)1;117594 pConstraint = pIdxInfo->aConstraint;117597 for(i=0; i<pIdxInfo->nConstraint; i++, pConstraint++){117606 pIdxInfo->estimatedCost = (double)2147483647;117607 pIdxInfo->estimatedRows = 2147483647;117611 pIdxInfo->aConstraintUsage[j].argvIndex = 1;117612 pIdxInfo->aConstraintUsage[j].omit = 1;117614 pIdxInfo->estimatedCost = (double)20;117615 pIdxInfo->estimatedRows = 20;[all …]