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

Data Fields

TablepTab
 
ExprpCExpr
 
int iTable
 
int iMem
 
i16 iColumn
 
i16 iSorterColumn
 

Detailed Description

Definition at line 17891 of file sqlite3.c.

Field Documentation

◆ iColumn

i16 AggInfo::AggInfo_col::iColumn

Definition at line 17896 of file sqlite3.c.

◆ iMem

int AggInfo::AggInfo_col::iMem

Definition at line 17895 of file sqlite3.c.

Referenced by resetAccumulator(), and sqlite3Select().

◆ iSorterColumn

i16 AggInfo::AggInfo_col::iSorterColumn

Definition at line 17897 of file sqlite3.c.

Referenced by sqlite3Select().

◆ iTable

int AggInfo::AggInfo_col::iTable

Definition at line 17894 of file sqlite3.c.

◆ pCExpr

Expr* AggInfo::AggInfo_col::pCExpr

Definition at line 17893 of file sqlite3.c.

Referenced by agginfoPersistExprCb(), and sqlite3Select().

◆ pTab

Table* AggInfo::AggInfo_col::pTab

Definition at line 17892 of file sqlite3.c.

Referenced by analyzeAggregate().


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