Home
last modified time | relevance | path

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

/src/contrib/sqlite3/
H A Dsqlite3.c19481 #define EP_WinFunc 0x1000000 /* TK_FUNCTION with Expr.y.pWin set */ macro
19515 #define ExprUseYTab(E) (((E)->flags&(EP_WinFunc|EP_Subrtn))==0)
19516 #define ExprUseYWin(E) (((E)->flags&EP_WinFunc)!=0)
19561 ExprHasProperty((p), EP_WinFunc) && p->y.pWin->eFrmType!=TK_FILTER \
107847 assert( !ExprHasProperty(pExpr, EP_WinFunc) );
107851 assert( !ExprHasProperty(pExpr, EP_WinFunc) );
107858 if( ExprHasProperty(pExpr, EP_WinFunc) ){
108133 if( ExprHasProperty(pExpr, EP_WinFunc) ){
109311 else if( is_agg==0 && ExprHasProperty(pExpr, EP_WinFunc) ){
109334 else if( ExprHasProperty(pExpr, EP_WinFunc) || pExpr->pLeft ){
[all …]