Home
last modified time | relevance | path

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

/sqlite-3.40.0/ext/fts5/
H A Dfts5_vocab.c270 int iTermGe = -1; in fts5VocabBestIndexMethod() local
284 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()