Home
last modified time | relevance | path

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

/freebsd/contrib/sqlite3/
H A Dsqlite3.c20131 #define EP_Skip 0x002000 /* Operator does not contribute to affinity */ macro
112905 if( ExprHasProperty(pExpr, EP_Skip|EP_IfNullRow) ){
113008 pNew->flags |= EP_Collate|EP_Skip;
113029 while( pExpr && ExprHasProperty(pExpr, EP_Skip) ){
113042 while( pExpr && ExprHasProperty(pExpr, EP_Skip|EP_Unlikely) ){
117348 ExprClearProperty(p, EP_Skip);
128293 x.flags = EP_Skip;
154354 ExprClearProperty(pY, EP_Skip|EP_Unlikely);
155608 ExprClearProperty(pExpr, EP_Skip|EP_Collate|EP_Unlikely);