Sqlite3 3.50.2
Light weight SQL DB
|
Data Structures | |
struct | AggInfo_col |
struct | AggInfo_func |
Data Fields | |
u8 | directMode |
u8 | useSortingIdx |
u32 | nSortingColumn |
int | sortingIdx |
int | sortingIdxPTab |
int | iFirstReg |
ExprList * | pGroupBy |
struct AggInfo::AggInfo_col * | aCol |
int | nColumn |
int | nAccumulator |
struct AggInfo::AggInfo_func * | aFunc |
int | nFunc |
u32 | selId |
struct AggInfo::AggInfo_col * AggInfo::aCol |
struct AggInfo::AggInfo_func * AggInfo::aFunc |