Home
last modified time | relevance | path

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

/sqlite-3.40.0/ext/fts5/
H A Dfts5_vocab.c94 #define FTS5_VOCAB_TERM_GE 0x02 macro
296 idxNum |= FTS5_VOCAB_TERM_GE; in fts5VocabBestIndexMethod()
626 if( idxNum & FTS5_VOCAB_TERM_GE ) pGe = apVal[iVal++]; in fts5VocabFilterMethod()