Home | History | Annotate | Download | only in dist

Lines Matching refs:WHERE_GROUPBY

16521 #define WHERE_GROUPBY          0x0040 /* pOrderBy is really a GROUP BY */
124422 WHERE_GROUPBY | (orderByGrp ? WHERE_SORTBYGROUP : 0), 0
136419 ** Note that processing for WHERE_GROUPBY and WHERE_DISTINCTBY is not as
136431 u16 wctrlFlags, /* WHERE_GROUPBY or _DISTINCTBY or _ORDERBY_LIMIT */
136632 testcase( wctrlFlags & WHERE_GROUPBY );
136634 if( (wctrlFlags & (WHERE_GROUPBY|WHERE_DISTINCTBY))==0 ) bOnce = 0;
136653 if( isMatch && (wctrlFlags & WHERE_GROUPBY)==0 ){
136714 ** If the WHERE_GROUPBY flag is set in the mask passed to sqlite3WhereBegin(),
136737 assert( pWInfo->wctrlFlags & WHERE_GROUPBY );
137364 ** if the WHERE_GROUPBY flag is set in wctrlFlags) of a SELECT statement