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