#include <sqliteInt.h>
Collaboration diagram for AggInfo:

Definition at line 874 of file sqliteInt.h.
Public Attributes | |
| u8 | directMode |
| u8 | useSortingIdx |
| int | sortingIdx |
| ExprList * | pGroupBy |
| int | nSortingColumn |
| AggInfo::AggInfo_col * | aCol |
| int | nColumn |
| int | nColumnAlloc |
| int | nAccumulator |
| AggInfo::AggInfo_func * | aFunc |
| int | nFunc |
| int | nFuncAlloc |
Classes | |
| struct | AggInfo_col |
| struct | AggInfo_func |
Definition at line 875 of file sqliteInt.h.
Definition at line 877 of file sqliteInt.h.
Definition at line 879 of file sqliteInt.h.
Definition at line 880 of file sqliteInt.h.
Definition at line 881 of file sqliteInt.h.
| struct AggInfo::AggInfo_col * AggInfo::aCol |
| int AggInfo::nColumn |
Definition at line 889 of file sqliteInt.h.
Definition at line 890 of file sqliteInt.h.
Definition at line 891 of file sqliteInt.h.
| struct AggInfo::AggInfo_func * AggInfo::aFunc |
| int AggInfo::nFunc |
Definition at line 900 of file sqliteInt.h.
Definition at line 901 of file sqliteInt.h.
1.5.1