Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/libsqlite/src/
H A DsqliteInt.h724 struct ExprList_item { struct
725 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 */