Searched refs:IN_INDEX_NOOP (Results 1 – 4 of 4) sorted by relevance
764 # For the IN_INDEX_NOOP optimization, apply REAL affinity to the LHS
580 int eType = IN_INDEX_NOOP; in codeEqualityTerm()
2924 eType = IN_INDEX_NOOP; in sqlite3FindInIndex()3509 if( eType==IN_INDEX_NOOP ){ in sqlite3ExprCodeIN()
5371 #define IN_INDEX_NOOP 5 /* No table available. Use comparisons */ macro