Home
last modified time | relevance | path

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

/titanic_41/usr/src/lib/libsqlite/src/
H A Dexpr.c836 int is_agg = 0; /* True if is an aggregate function */ in sqliteExprCheck() local
852 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()