Home | History | Annotate | Download | only in dist

Lines Matching refs:AGG

14382   void (*xSFunc)(sqlite3_context*,int,sqlite3_value**); /* func or agg-step */
14383 void (*xFinalize)(sqlite3_context*); /* Agg finalizer */
15504 #define NC_InAggFunc 0x0008 /* True if analyzing arguments to an agg func */
15564 #define SF_Aggregate 0x00008 /* Contains agg functions or a GROUP BY */
18248 #define MEM_Agg 0x2000 /* Mem.z points to an agg function context */
26495 sqlite3TreeViewLine(pView, "AGG{%d:%d}%s",
120606 ExprList *pEList = pExpr->x.pList; /* Arguments to agg function */