Searched defs:AggExpr (Results 1 – 1 of 1) sorted by relevance
244 typedef struct AggExpr AggExpr; typedef898 struct AggExpr { struct899 int isAgg; /* if TRUE contains an aggregate function */900 Expr *pExpr; /* The expression */901 FuncDef *pFunc; /* Information about the aggregate function */