Searched refs:SQLITE_ECEL_FACTOR (Results 1 – 1 of 1) sorted by relevance
12390 #define SQLITE_ECEL_FACTOR 0x02 /* Factor out constant terms */ macro79210 SQLITE_ECEL_DUP|SQLITE_ECEL_FACTOR);79897 if( !ConstFactorOk(pParse) ) flags &= ~SQLITE_ECEL_FACTOR;79900 if( (flags & SQLITE_ECEL_FACTOR)!=0 && sqlite3ExprIsConstant(pExpr) ){