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

/osnet-11/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 */
H A Dselect.c2346 AggExpr *pAgg;

Completed in 25 milliseconds