Searched defs:AggExpr (Results 1 – 1 of 1) sorted by relevance
247 typedef struct AggExpr AggExpr; typedef901 struct AggExpr { struct902 int isAgg; /* if TRUE contains an aggregate function */903 Expr *pExpr; /* The expression */904 FuncDef *pFunc; /* Information about the aggregate function */