Github User Fetcher 1.0.0
C Application with Server and GUI
Loading...
Searching...
No Matches
AggInfo Struct Reference

Data Structures

struct  AggInfo_col
 
struct  AggInfo_func
 

Data Fields

u8 directMode
 
u8 useSortingIdx
 
int sortingIdx
 
int sortingIdxPTab
 
int nSortingColumn
 
int mnReg
 
int mxReg
 
ExprListpGroupBy
 
struct AggInfo::AggInfo_colaCol
 
int nColumn
 
int nAccumulator
 
struct AggInfo::AggInfo_funcaFunc
 
int nFunc
 
u32 selId
 
AggInfopNext
 

Detailed Description

Definition at line 17881 of file sqlite3.c.

Field Documentation

◆ aCol

◆ aFunc

◆ directMode

u8 AggInfo::directMode

Definition at line 17882 of file sqlite3.c.

Referenced by sqlite3ExprCodeTarget(), sqlite3Select(), and updateAccumulator().

◆ mnReg

int AggInfo::mnReg

Definition at line 17889 of file sqlite3.c.

Referenced by resetAccumulator(), and sqlite3Select().

◆ mxReg

int AggInfo::mxReg

Definition at line 17889 of file sqlite3.c.

Referenced by resetAccumulator(), and sqlite3Select().

◆ nAccumulator

int AggInfo::nAccumulator

Definition at line 17900 of file sqlite3.c.

Referenced by sqlite3Select(), and updateAccumulator().

◆ nColumn

int AggInfo::nColumn

◆ nFunc

◆ nSortingColumn

int AggInfo::nSortingColumn

Definition at line 17888 of file sqlite3.c.

Referenced by analyzeAggregate(), and sqlite3Select().

◆ pGroupBy

ExprList* AggInfo::pGroupBy

Definition at line 17890 of file sqlite3.c.

Referenced by analyzeAggregate(), and sqlite3Select().

◆ pNext

AggInfo* AggInfo::pNext

Definition at line 17911 of file sqlite3.c.

Referenced by sqlite3Select().

◆ selId

u32 AggInfo::selId

Definition at line 17910 of file sqlite3.c.

Referenced by sqlite3Select().

◆ sortingIdx

int AggInfo::sortingIdx

Definition at line 17886 of file sqlite3.c.

Referenced by sqlite3Select().

◆ sortingIdxPTab

int AggInfo::sortingIdxPTab

Definition at line 17887 of file sqlite3.c.

Referenced by sqlite3ExprCodeTarget(), and sqlite3Select().

◆ useSortingIdx

u8 AggInfo::useSortingIdx

Definition at line 17884 of file sqlite3.c.

Referenced by sqlite3ExprCodeTarget(), and sqlite3Select().


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