Home
last modified time | relevance | path

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

/freebsd/contrib/sqlite3/
H A Dsqlite3.c20142 #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 ){
[all …]