Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/sqlite3/
H A Dsqlite3.c18034 #define EP_FixedCol 0x000008 /* TK_Column with a known fixed value */ macro
29847 if( ExprHasProperty(pExpr, EP_FixedCol) ){
101521 if( ExprHasProperty(pExpr, EP_FixedCol) && pWalker->eCode!=2 ){
103324 if( ExprHasProperty(pExpr, EP_FixedCol) ){
104760 if( (combinedFlags & EP_FixedCol)==0
132318 && !ExprHasProperty(pExpr, EP_FixedCol)
133048 if( ExprHasProperty(pColumn, EP_FixedCol) ) return;
133115 if( ExprHasProperty(pExpr, EP_FixedCol|EP_FromJoin) ){
133116 testcase( ExprHasProperty(pExpr, EP_FixedCol) );
133129 ExprSetProperty(pExpr, EP_FixedCol);
[all …]