Home
last modified time | relevance | path

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

/PHP-7.1/ext/sqlite3/libsqlite/
H A Dsqlite3.c17712 #define NC_AllowWin 0x4000 /* Window functions are allowed here */ macro
95551 if( (pNC->ncFlags&NC_AllowWin)==0 && ExprHasProperty(pOrig, EP_Win) ){
95845 int savedAllowFlags = (pNC->ncFlags & (NC_AllowAgg | NC_AllowWin));
95935 || (is_agg && pExpr->y.pWin && (pNC->ncFlags & NC_AllowWin)==0)
95971 pNC->ncFlags &= ~(NC_AllowWin | (!pExpr->y.pWin ? NC_AllowAgg : 0));
96574 sNC.ncFlags = NC_AllowAgg|NC_AllowWin;
96580 sNC.ncFlags &= ~NC_AllowWin;
96629 sNC.ncFlags |= NC_AllowAgg|NC_AllowWin;
96660 sNC.ncFlags &= ~NC_AllowWin;

Completed in 431 milliseconds