Searched refs:is_agg (Results 1 – 1 of 1) sorted by relevance
836 int is_agg = 0; /* True if is an aggregate function */ in sqliteExprCheck() local852 is_agg = pDef->xFunc==0; in sqliteExprCheck()854 if( is_agg && !allowAgg ){ in sqliteExprCheck()857 is_agg = 0; in sqliteExprCheck()866 if( is_agg ){ in sqliteExprCheck()872 allowAgg && !is_agg, pIsAgg); in sqliteExprCheck()