Searched refs:WHERE_GROUPBY (Results 1 – 3 of 3) sorted by relevance
1271 }else if( pWInfo->wctrlFlags & WHERE_GROUPBY ){ in allocateIndexInfo()4585 testcase( wctrlFlags & WHERE_GROUPBY ); in wherePathSatisfiesOrderBy()4588 if( (wctrlFlags & (WHERE_GROUPBY|WHERE_DISTINCTBY))==0 ) bOnce = 0; in wherePathSatisfiesOrderBy()4609 if( isMatch && (wctrlFlags & WHERE_GROUPBY)==0 ){ in wherePathSatisfiesOrderBy()4704 assert( pWInfo->wctrlFlags & (WHERE_GROUPBY|WHERE_DISTINCTBY) ); in sqlite3WhereIsSorted()
3205 #define WHERE_GROUPBY 0x0040 /* pOrderBy is really a GROUP BY */ macro
7523 p, (sDistinct.isTnct==2 ? WHERE_DISTINCTBY : WHERE_GROUPBY) in sqlite3Select()