gdrsclib
Data Structures | Data Fields
AggInfo Struct Reference

Data Structures

struct  AggInfo_col
 
struct  AggInfo_func
 

Data Fields

u8 directMode
 
u8 useSortingIdx
 
int sortingIdx
 
ExprListpGroupBy
 
int nSortingColumn
 
struct AggInfo::AggInfo_colaCol
 
int nColumn
 
int nColumnAlloc
 
int nAccumulator
 
struct AggInfo::AggInfo_funcaFunc
 
int nFunc
 
int nFuncAlloc
 

Detailed Description

Definition at line 9064 of file sqlite3.c.

Field Documentation

◆ aCol

struct AggInfo::AggInfo_col * aCol

◆ aFunc

struct AggInfo::AggInfo_func * aFunc

◆ directMode

u8 directMode

Definition at line 9065 of file sqlite3.c.

◆ nAccumulator

int nAccumulator

Definition at line 9082 of file sqlite3.c.

◆ nColumn

int nColumn

Definition at line 9080 of file sqlite3.c.

◆ nColumnAlloc

int nColumnAlloc

Definition at line 9081 of file sqlite3.c.

◆ nFunc

int nFunc

Definition at line 9091 of file sqlite3.c.

◆ nFuncAlloc

int nFuncAlloc

Definition at line 9092 of file sqlite3.c.

◆ nSortingColumn

int nSortingColumn

Definition at line 9071 of file sqlite3.c.

◆ pGroupBy

ExprList* pGroupBy

Definition at line 9070 of file sqlite3.c.

◆ sortingIdx

int sortingIdx

Definition at line 9069 of file sqlite3.c.

◆ useSortingIdx

u8 useSortingIdx

Definition at line 9067 of file sqlite3.c.


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