Home
last modified time | relevance | path

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

/sqlite-3.40.0/test/
H A Din.test764 # For the IN_INDEX_NOOP optimization, apply REAL affinity to the LHS
/sqlite-3.40.0/src/
H A Dwherecode.c580 int eType = IN_INDEX_NOOP; in codeEqualityTerm()
H A Dexpr.c2924 eType = IN_INDEX_NOOP; in sqlite3FindInIndex()
3509 if( eType==IN_INDEX_NOOP ){ in sqlite3ExprCodeIN()
H A DsqliteInt.h5371 #define IN_INDEX_NOOP 5 /* No table available. Use comparisons */ macro