Searched refs:FTS5_PLAN_ROWID (Results 1 – 1 of 1) sorted by relevance
451 #define FTS5_PLAN_ROWID 6 /* (rowid = ?) */ macro1372 pCsr->ePlan = (pRowidEq ? FTS5_PLAN_ROWID : FTS5_PLAN_SCAN); in fts5FilterMethod()1378 assert( pCsr->ePlan==FTS5_PLAN_ROWID ); in fts5FilterMethod()