Searched defs:ExprList_item (Results 1 – 1 of 1) sorted by relevance
727 struct ExprList_item { struct728 Expr *pExpr; /* The list of expressions */729 char *zName; /* Token associated with this expression */730 u8 sortOrder; /* 1 for DESC or 0 for ASC */731 u8 isAgg; /* True if this is an aggregate like count(*) */732 u8 done; /* A flag to indicate when processing is finished */