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

Data Fields

ExprpFExpr
 
FuncDefpFunc
 
int iMem
 
int iDistinct
 

Detailed Description

Definition at line 17903 of file sqlite3.c.

Field Documentation

◆ iDistinct

int AggInfo::AggInfo_func::iDistinct

Definition at line 17907 of file sqlite3.c.

◆ iMem

int AggInfo::AggInfo_func::iMem

Definition at line 17906 of file sqlite3.c.

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

◆ pFExpr

Expr* AggInfo::AggInfo_func::pFExpr

Definition at line 17904 of file sqlite3.c.

Referenced by agginfoPersistExprCb(), analyzeAggregate(), and sqlite3Select().

◆ pFunc

FuncDef* AggInfo::AggInfo_func::pFunc

Definition at line 17905 of file sqlite3.c.

Referenced by isSimpleCount(), and sqlite3Select().


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