Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/libsqlite/src/
H A DsqliteInt.h244 typedef struct AggExpr AggExpr; typedef
898 struct AggExpr { struct
899 int isAgg; /* if TRUE contains an aggregate function */
900 Expr *pExpr; /* The expression */
901 FuncDef *pFunc; /* Information about the aggregate function */