Github User Fetcher 1.0.0
C Application with Server and GUI
|
Data Structures | |
struct | AggInfo_col |
struct | AggInfo_func |
Data Fields | |
u8 | directMode |
u8 | useSortingIdx |
int | sortingIdx |
int | sortingIdxPTab |
int | nSortingColumn |
int | mnReg |
int | mxReg |
ExprList * | pGroupBy |
struct AggInfo::AggInfo_col * | aCol |
int | nColumn |
int | nAccumulator |
struct AggInfo::AggInfo_func * | aFunc |
int | nFunc |
u32 | selId |
AggInfo * | pNext |
struct AggInfo::AggInfo_col * AggInfo::aCol |
Referenced by agginfoPersistExprCb(), analyzeAggregate(), resetAccumulator(), sqlite3ExprCodeTarget(), sqlite3Select(), and updateAccumulator().
struct AggInfo::AggInfo_func * AggInfo::aFunc |
u8 AggInfo::directMode |
Definition at line 17882 of file sqlite3.c.
Referenced by sqlite3ExprCodeTarget(), sqlite3Select(), and updateAccumulator().
int AggInfo::mnReg |
Definition at line 17889 of file sqlite3.c.
Referenced by resetAccumulator(), and sqlite3Select().
int AggInfo::mxReg |
Definition at line 17889 of file sqlite3.c.
Referenced by resetAccumulator(), and sqlite3Select().
int AggInfo::nAccumulator |
Definition at line 17900 of file sqlite3.c.
Referenced by sqlite3Select(), and updateAccumulator().
int AggInfo::nColumn |
Definition at line 17899 of file sqlite3.c.
Referenced by analyzeAggregate(), resetAccumulator(), sqlite3ExprCodeTarget(), and sqlite3Select().
int AggInfo::nFunc |
Definition at line 17909 of file sqlite3.c.
Referenced by analyzeAggregate(), isSimpleCount(), resetAccumulator(), sqlite3ExprCodeTarget(), sqlite3Select(), and updateAccumulator().
int AggInfo::nSortingColumn |
Definition at line 17888 of file sqlite3.c.
Referenced by analyzeAggregate(), and sqlite3Select().
ExprList* AggInfo::pGroupBy |
Definition at line 17890 of file sqlite3.c.
Referenced by analyzeAggregate(), and sqlite3Select().
AggInfo* AggInfo::pNext |
Definition at line 17911 of file sqlite3.c.
Referenced by sqlite3Select().
u32 AggInfo::selId |
Definition at line 17910 of file sqlite3.c.
Referenced by sqlite3Select().
int AggInfo::sortingIdx |
Definition at line 17886 of file sqlite3.c.
Referenced by sqlite3Select().
int AggInfo::sortingIdxPTab |
Definition at line 17887 of file sqlite3.c.
Referenced by sqlite3ExprCodeTarget(), and sqlite3Select().
u8 AggInfo::useSortingIdx |
Definition at line 17884 of file sqlite3.c.
Referenced by sqlite3ExprCodeTarget(), and sqlite3Select().