Searched refs:EP_FixedCol (Results 1 – 6 of 6) sorted by relevance
| /sqlite-3.40.0/src/ |
| H A D | whereexpr.c | 1161 && !ExprHasProperty(pRight, EP_FixedCol) in exprAnalyze() 1760 if( p->op==TK_COLUMN && !ExprHasProperty(p, EP_FixedCol) ){ in sqlite3WhereExprUsageNN()
|
| H A D | select.c | 3789 && !ExprHasProperty(pExpr, EP_FixedCol) in substExpr() 4701 if( ExprHasProperty(pColumn, EP_FixedCol) ) return; in constInsert() 4782 if( ExprHasProperty(pExpr, EP_FixedCol|pConst->mExcludeOn) ){ in propagateConstantExprRewriteOne() 4783 testcase( ExprHasProperty(pExpr, EP_FixedCol) ); in propagateConstantExprRewriteOne() 4799 ExprSetProperty(pExpr, EP_FixedCol); in propagateConstantExprRewriteOne()
|
| H A D | treeview.c | 534 if( ExprHasProperty(pExpr, EP_FixedCol) ){ in sqlite3TreeViewExpr()
|
| H A D | expr.c | 2217 if( ExprHasProperty(pExpr, EP_FixedCol) && pWalker->eCode!=2 ){ in exprNodeIsConstant() 4154 if( ExprHasProperty(pExpr, EP_FixedCol) ){ in sqlite3ExprCodeTarget() 5654 if( (combinedFlags & EP_FixedCol)==0 in sqlite3ExprCompare()
|
| H A D | sqliteInt.h | 2900 #define EP_FixedCol 0x000020 /* TK_Column with a known fixed value */ macro
|
| H A D | where.c | 299 if( ALWAYS(p!=0) && p->op==TK_COLUMN && !ExprHasProperty(p, EP_FixedCol) ){ in whereRightSubexprIsColumn()
|