Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/sqlite3/
H A Dsqlite3.c19052 #define EP_Skip 0x002000 /* Operator does not contribute to affinity */ macro
109091 if( ExprHasProperty(pExpr, EP_Skip|EP_IfNullRow) ){
109192 pNew->flags |= EP_Collate|EP_Skip;
109213 while( pExpr && ExprHasProperty(pExpr, EP_Skip) ){
109226 while( pExpr && ExprHasProperty(pExpr, EP_Skip|EP_Unlikely) ){
113263 ExprClearProperty(p, EP_Skip);
123127 x.flags = EP_Skip;
148267 ExprClearProperty(pY, EP_Skip|EP_Unlikely);
149505 ExprClearProperty(pExpr, EP_Skip|EP_Collate|EP_Unlikely);