Home
last modified time | relevance | path

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

/sqlite-3.40.0/ext/fts5/
H A Dfts5_main.c652 int iSort = pInfo->aOrderBy[0].iColumn; in fts5BestIndexMethod() local
653 if( iSort==(pConfig->nCol+1) && bSeenMatch ){ in fts5BestIndexMethod()
655 }else if( iSort==-1 ){ in fts5BestIndexMethod()