Home
last modified time | relevance | path

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

/titanic_44/usr/src/lib/libsqlite/src/
H A DsqliteInt.h247 typedef struct AggExpr AggExpr; typedef
901 struct AggExpr { struct
902 int isAgg; /* if TRUE contains an aggregate function */
903 Expr *pExpr; /* The expression */
904 FuncDef *pFunc; /* Information about the aggregate function */