Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/libsqlite/src/
H A DsqliteInt.h244 typedef struct AggExpr AggExpr; typedef
898 struct AggExpr { struct
930 AggExpr *aAgg; /* An array of aggregate expressions */
H A Dexpr.c1532 AggExpr *aAgg = sqliteRealloc(pParse->aAgg, amt*sizeof(pParse->aAgg[0])); in appendAggInfo()
1555 AggExpr *aAgg; in sqliteExprAnalyzeAggregates()
H A Dselect.c2344 AggExpr *pAgg; in sqliteSelect()