Home
last modified time | relevance | path

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

/sqlite-3.40.0/ext/fts5/
H A Dfts5_main.c450 #define FTS5_PLAN_SCAN 5 /* No usable constraint */ macro
720 if( pCsr->ePlan==FTS5_PLAN_SCAN ){ in fts5StmtType()
1372 pCsr->ePlan = (pRowidEq ? FTS5_PLAN_ROWID : FTS5_PLAN_SCAN); in fts5FilterMethod()