|
Sqlite3 3.50.2
Light weight SQL DB
|
Data Fields | |
| u8 | op |
| char | affExpr |
| u8 | op2 |
| u32 | flags |
| union { | |
| char * zToken | |
| int iValue | |
| } | u |
| Expr * | pLeft |
| Expr * | pRight |
| union { | |
| ExprList * pList | |
| Select * pSelect | |
| } | x |
| int | nHeight |
| int | iTable |
| ynVar | iColumn |
| i16 | iAgg |
| union { | |
| int iJoin | |
| int iOfst | |
| } | w |
| AggInfo * | pAggInfo |
| union { | |
| Table * pTab | |
| Window * pWin | |
| struct { | |
| int iAddr | |
| int regReturn | |
| } sub | |
| } | y |
| struct { ... } Expr::sub |
| union { ... } Expr::u |
| union { ... } Expr::w |
| union { ... } Expr::x |
| union { ... } Expr::y |