Home
last modified time | relevance | path

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

/sqlite-3.40.0/ext/fts5/
H A Dfts5_main.c561 int bSeenMatch = 0; in fts5BestIndexMethod() local
603 bSeenMatch = 1; in fts5BestIndexMethod()
653 if( iSort==(pConfig->nCol+1) && bSeenMatch ){ in fts5BestIndexMethod()
668 pInfo->estimatedCost = bSeenMatch ? 100.0 : 10.0; in fts5BestIndexMethod()
669 if( bSeenMatch==0 ) fts5SetUniqueFlag(pInfo); in fts5BestIndexMethod()
671 pInfo->estimatedCost = bSeenMatch ? 500.0 : 250000.0; in fts5BestIndexMethod()
673 pInfo->estimatedCost = bSeenMatch ? 750.0 : 750000.0; in fts5BestIndexMethod()
675 pInfo->estimatedCost = bSeenMatch ? 1000.0 : 1000000.0; in fts5BestIndexMethod()