Searched refs:is_agg (Results 1 – 1 of 1) sorted by relevance
834 int is_agg = 0; /* True if is an aggregate function */ in sqliteExprCheck() local850 is_agg = pDef->xFunc==0; in sqliteExprCheck()852 if( is_agg && !allowAgg ){ in sqliteExprCheck()855 is_agg = 0; in sqliteExprCheck()864 if( is_agg ){ in sqliteExprCheck()870 allowAgg && !is_agg, pIsAgg); in sqliteExprCheck()