Searched defs:AggExpr (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/lib/libsqlite/src/
H A DsqliteInt.h247 typedef struct AggExpr AggExpr; typedef in typeref:struct:AggExpr
892 ** in the AggExpr array of the Parser structure.
897 ** up. Do not try to delete the expression attached to AggExpr.pExpr.
899 ** If AggExpr.pExpr==0, that means the expression is "count(*)".
901 struct AggExpr { struct
933 AggExpr *aAgg; /* An array of aggregate expressions */

Completed in 251 milliseconds