Lines Matching refs:EP_WinFunc

19063 #define EP_WinFunc   0x1000000 /* TK_FUNCTION with Expr.y.pWin set */  macro
19097 #define ExprUseYTab(E) (((E)->flags&(EP_WinFunc|EP_Subrtn))==0)
19098 #define ExprUseYWin(E) (((E)->flags&EP_WinFunc)!=0)
19143 ExprHasProperty((p), EP_WinFunc) && p->y.pWin->eFrmType!=TK_FILTER \
106539 assert( !ExprHasProperty(pExpr, EP_WinFunc) );
106543 assert( !ExprHasProperty(pExpr, EP_WinFunc) );
106550 if( ExprHasProperty(pExpr, EP_WinFunc) ){
106823 if( ExprHasProperty(pExpr, EP_WinFunc) ){
107989 else if( is_agg==0 && ExprHasProperty(pExpr, EP_WinFunc) ){
108012 else if( ExprHasProperty(pExpr, EP_WinFunc) || pExpr->pLeft ){
108042 if( ExprHasProperty(pExpr, EP_WinFunc) ){
108444 if( ExprHasProperty(pExpr, EP_WinFunc) ){
110399 assert( !ExprHasProperty(p, EP_WinFunc) );
110402 assert( !ExprHasProperty(p, EP_WinFunc) );
110407 if( ExprHasProperty(p, EP_WinFunc) ){
110704 if( ExprHasProperty(p, EP_WinFunc) ){
110706 assert( ExprHasProperty(pNew, EP_WinFunc) );
110777 if( pExpr->op==TK_FUNCTION && ExprHasProperty(pExpr, EP_WinFunc) ){
111415 || ExprHasProperty(pExpr, EP_WinFunc)
111467 && !ExprHasProperty(pExpr, EP_WinFunc)
113915 if( ExprHasProperty(pExpr, EP_WinFunc) ){
115095 if( ExprHasProperty(pA,EP_WinFunc)!=ExprHasProperty(pB,EP_WinFunc) ){
115098 if( ExprHasProperty(pA,EP_WinFunc) ){
115656 if( ExprHasProperty(pExpr, EP_WinFunc) ){
146828 if( ExprHasProperty(pExpr, EP_WinFunc) ){
148306 || ExprHasProperty(pFunc, EP_WinFunc)
148373 testcase( ExprHasProperty(pExpr, EP_WinFunc) );
148374 if( ExprHasProperty(pExpr, EP_Distinct|EP_WinFunc) ) return 0;
149433 if( ExprHasProperty(pExpr, EP_WinFunc) ){
149723 if( ExprHasProperty(pF->pFExpr, EP_WinFunc) ){
150037 if( ExprHasProperty(pExpr, EP_WinFunc) ) return 0;/* Not a window function */
151383 if( ExprHasProperty(pAggInfo->aFunc[i].pFExpr, EP_WinFunc) ){
170122 if( !ExprHasProperty(pExpr, EP_WinFunc) ){
170664 ExprSetProperty(p, EP_WinFunc|EP_FullSize);