Home
last modified time | relevance | path

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

/PHP-7.1/ext/sqlite3/libsqlite/
H A Dsqlite3.c17515 struct ExprList_item { /* For each expression in the list */ struct
17516 Expr *pExpr; /* The parse tree for this expression */
17517 char *zName; /* Token associated with this expression */
17518 char *zSpan; /* Original text of the expression */
17519 u8 sortOrder; /* 1 for DESC or 0 for ASC */
17520 unsigned done :1; /* A flag to indicate when processing is finished */
17521 unsigned bSpanIsTab :1; /* zSpan holds DB.TABLE.COLUMN */
17522 unsigned reusable :1; /* Constant expression is reusable */
17523 unsigned bSorterRef :1; /* Defer evaluation until after sorting */
17524 union {
[all …]

Completed in 461 milliseconds