gdrsclib
Data Fields
Expr Struct Reference

Data Fields

u8 op
 
char affinity
 
u16 flags
 
union {
   char *   zToken
 
   int   iValue
 
u
 
ExprpLeft
 
ExprpRight
 
union {
   ExprList *   pList
 
   Select *   pSelect
 
x
 
CollSeqpColl
 
int iTable
 
i16 iColumn
 
i16 iAgg
 
i16 iRightJoinTable
 
u8 flags2
 
u8 op2
 
AggInfopAggInfo
 
TablepTab
 
int nHeight
 

Detailed Description

Definition at line 9158 of file sqlite3.c.

Field Documentation

◆ affinity

char affinity

Definition at line 9160 of file sqlite3.c.

◆ flags

u16 flags

Definition at line 9161 of file sqlite3.c.

◆ flags2

u8 flags2

Definition at line 9191 of file sqlite3.c.

◆ iAgg

i16 iAgg

Definition at line 9189 of file sqlite3.c.

◆ iColumn

i16 iColumn

Definition at line 9188 of file sqlite3.c.

◆ iRightJoinTable

i16 iRightJoinTable

Definition at line 9190 of file sqlite3.c.

◆ iTable

int iTable

Definition at line 9185 of file sqlite3.c.

◆ iValue

int iValue

Definition at line 9164 of file sqlite3.c.

◆ nHeight

int nHeight

Definition at line 9196 of file sqlite3.c.

◆ op

u8 op

Definition at line 9159 of file sqlite3.c.

◆ op2

u8 op2

Definition at line 9192 of file sqlite3.c.

◆ pAggInfo

AggInfo* pAggInfo

Definition at line 9193 of file sqlite3.c.

◆ pColl

CollSeq* pColl

Definition at line 9178 of file sqlite3.c.

◆ pLeft

Expr* pLeft

Definition at line 9172 of file sqlite3.c.

◆ pList

ExprList* pList

Definition at line 9175 of file sqlite3.c.

◆ pRight

Expr* pRight

Definition at line 9173 of file sqlite3.c.

◆ pSelect

Select* pSelect

Definition at line 9176 of file sqlite3.c.

◆ pTab

Table* pTab

Definition at line 9194 of file sqlite3.c.

◆ u

union { ... } u

◆ x

union { ... } x

◆ zToken

char* zToken

Definition at line 9163 of file sqlite3.c.


The documentation for this struct was generated from the following file: