Home
last modified time | relevance | path

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

/titanic_50/usr/src/lib/libsqlite/src/
H A DsqliteInt.h727 struct ExprList_item { struct
728 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 */