Home
last modified time | relevance | path

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

/freebsd/contrib/sqlite3/
H A Dsqlite3.c20521 #define NC_AllowAgg 0x000001 /* Aggregate functions are allowed here */ macro
110999 if( (pNC->ncFlags&NC_AllowAgg)==0 && ExprHasProperty(pOrig, EP_Agg) ){
111446 int savedAllowFlags = (pNC->ncFlags & (NC_AllowAgg | NC_AllowWin));
111571 (is_agg && (pNC->ncFlags & NC_AllowAgg)==0)
111586 if( (is_agg && (pNC->ncFlags & NC_AllowAgg)==0) ){
111622 pNC->ncFlags &= ~(NC_AllowWin | (!pWin ? NC_AllowAgg : 0));
111624 pNC->ncFlags &= ~NC_AllowAgg;
111860 nc.ncFlags = NC_AllowAgg|NC_UEList|NC_NoSelect;
112273 sNC.ncFlags = NC_AllowAgg|NC_AllowWin;
112291 sNC.ncFlags &= ~NC_AllowAgg;
[all …]