Home
last modified time | relevance | path

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

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