Lines Matching refs:EP_WinFunc

20142 #define EP_WinFunc   0x1000000 /* TK_FUNCTION with Expr.y.pWin set */  macro
20176 #define ExprUseYTab(E) (((E)->flags&(EP_WinFunc|EP_Subrtn))==0)
20177 #define ExprUseYWin(E) (((E)->flags&EP_WinFunc)!=0)
20222 ExprHasProperty((p), EP_WinFunc) && p->y.pWin->eFrmType!=TK_FILTER \
110296 assert( !ExprHasProperty(pExpr, EP_WinFunc) );
110300 assert( !ExprHasProperty(pExpr, EP_WinFunc) );
110307 if( ExprHasProperty(pExpr, EP_WinFunc) ){
110582 if( ExprHasProperty(pExpr, EP_WinFunc) ){
111781 else if( is_agg==0 && ExprHasProperty(pExpr, EP_WinFunc) ){
111804 else if( ExprHasProperty(pExpr, EP_WinFunc) || pExpr->pLeft ){
111834 if( ExprHasProperty(pExpr, EP_WinFunc) ){
112237 if( ExprHasProperty(pExpr, EP_WinFunc) ){
114230 assert( !ExprHasProperty(p, EP_WinFunc) );
114233 assert( !ExprHasProperty(p, EP_WinFunc) );
114238 if( ExprHasProperty(p, EP_WinFunc) ){
114535 if( ExprHasProperty(p, EP_WinFunc) ){
114537 assert( ExprHasProperty(pNew, EP_WinFunc) );
114608 if( pExpr->op==TK_FUNCTION && ExprHasProperty(pExpr, EP_WinFunc) ){
115329 || ExprHasProperty(pExpr, EP_WinFunc)
115381 && !ExprHasProperty(pExpr, EP_WinFunc)
118181 if( ExprHasProperty(pExpr, EP_WinFunc) ){
119429 if( ExprHasProperty(pA,EP_WinFunc)!=ExprHasProperty(pB,EP_WinFunc) ){
119432 if( ExprHasProperty(pA,EP_WinFunc) ){
120045 if( ExprHasProperty(pExpr, EP_WinFunc) ){
152887 if( ExprHasProperty(pExpr, EP_WinFunc) ){
154393 || ExprHasProperty(pFunc, EP_WinFunc)
154460 testcase( ExprHasProperty(pExpr, EP_WinFunc) );
154461 if( ExprHasProperty(pExpr, EP_Distinct|EP_WinFunc) ) return 0;
155536 if( ExprHasProperty(pExpr, EP_WinFunc) ){
155828 if( ExprHasProperty(pF->pFExpr, EP_WinFunc) ){
156149 if( ExprHasProperty(pExpr, EP_WinFunc) ) return 0;/* Not a window function */
157843 if( ExprHasProperty(pAggInfo->aFunc[i].pFExpr, EP_WinFunc) ){
177507 if( !ExprHasProperty(pExpr, EP_WinFunc) ){
178046 ExprSetProperty(p, EP_WinFunc|EP_FullSize);