Home
last modified time | relevance | path

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

/sqlite-3.40.0/src/
H A Dwhere.c1271 }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()
H A DsqliteInt.h3205 #define WHERE_GROUPBY 0x0040 /* pOrderBy is really a GROUP BY */ macro
H A Dselect.c7523 p, (sDistinct.isTnct==2 ? WHERE_DISTINCTBY : WHERE_GROUPBY) in sqlite3Select()