ACloudViewer  3.9.4
A Modern Library for 3D Data Processing
AggInfo Struct Reference
Collaboration diagram for AggInfo:

Classes

struct  AggInfo_col
 
struct  AggInfo_func
 

Public Attributes

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
 
AggInfopNext
 

Detailed Description

Definition at line 17850 of file sqlite3.c.

Member Data Documentation

◆ aCol

◆ aFunc

◆ directMode

u8 AggInfo::directMode

Definition at line 17851 of file sqlite3.c.

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

◆ mnReg

int AggInfo::mnReg

Definition at line 17858 of file sqlite3.c.

Referenced by resetAccumulator(), and sqlite3Select().

◆ mxReg

int AggInfo::mxReg

Definition at line 17858 of file sqlite3.c.

Referenced by resetAccumulator(), and sqlite3Select().

◆ nAccumulator

int AggInfo::nAccumulator

Definition at line 17869 of file sqlite3.c.

Referenced by sqlite3Select(), and updateAccumulator().

◆ nColumn

int AggInfo::nColumn

◆ nFunc

int AggInfo::nFunc

◆ nSortingColumn

int AggInfo::nSortingColumn

Definition at line 17857 of file sqlite3.c.

Referenced by analyzeAggregate(), and sqlite3Select().

◆ pGroupBy

ExprList* AggInfo::pGroupBy

Definition at line 17859 of file sqlite3.c.

Referenced by analyzeAggregate(), and sqlite3Select().

◆ pNext

AggInfo* AggInfo::pNext

Definition at line 17882 of file sqlite3.c.

Referenced by sqlite3Select().

◆ sortingIdx

int AggInfo::sortingIdx

Definition at line 17855 of file sqlite3.c.

Referenced by sqlite3Select().

◆ sortingIdxPTab

int AggInfo::sortingIdxPTab

Definition at line 17856 of file sqlite3.c.

Referenced by sqlite3ExprCodeTarget(), and sqlite3Select().

◆ useSortingIdx

u8 AggInfo::useSortingIdx

Definition at line 17853 of file sqlite3.c.

Referenced by sqlite3ExprCodeTarget(), and sqlite3Select().


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