Searched refs:iTermGe (Results 1 – 1 of 1) sorted by relevance
270 int iTermGe = -1; in fts5VocabBestIndexMethod() local284 if( p->op==SQLITE_INDEX_CONSTRAINT_GE ) iTermGe = i; in fts5VocabBestIndexMethod()285 if( p->op==SQLITE_INDEX_CONSTRAINT_GT ) iTermGe = i; in fts5VocabBestIndexMethod()295 if( iTermGe>=0 ){ in fts5VocabBestIndexMethod()297 pInfo->aConstraintUsage[iTermGe].argvIndex = ++nArg; in fts5VocabBestIndexMethod()