![]() |
ACloudViewer
3.9.4
A Modern Library for 3D Data Processing
|

Classes | |
| struct | AggInfo_col |
| struct | AggInfo_func |
Public Attributes | |
| u8 | directMode |
| u8 | useSortingIdx |
| int | sortingIdx |
| int | sortingIdxPTab |
| int | nSortingColumn |
| int | mnReg |
| int | mxReg |
| ExprList * | pGroupBy |
| struct AggInfo::AggInfo_col * | aCol |
| int | nColumn |
| int | nAccumulator |
| struct AggInfo::AggInfo_func * | aFunc |
| int | nFunc |
| AggInfo * | pNext |
| struct AggInfo::AggInfo_col * AggInfo::aCol |
Referenced by agginfoPersistExprCb(), analyzeAggregate(), resetAccumulator(), sqlite3ExprCodeTarget(), sqlite3Select(), and updateAccumulator().
| struct AggInfo::AggInfo_func * AggInfo::aFunc |
| u8 AggInfo::directMode |
Definition at line 17851 of file sqlite3.c.
Referenced by sqlite3ExprCodeTarget(), sqlite3Select(), and updateAccumulator().
| int AggInfo::mnReg |
Definition at line 17858 of file sqlite3.c.
Referenced by resetAccumulator(), and sqlite3Select().
| int AggInfo::mxReg |
Definition at line 17858 of file sqlite3.c.
Referenced by resetAccumulator(), and sqlite3Select().
| int AggInfo::nAccumulator |
Definition at line 17869 of file sqlite3.c.
Referenced by sqlite3Select(), and updateAccumulator().
| int AggInfo::nColumn |
Definition at line 17868 of file sqlite3.c.
Referenced by analyzeAggregate(), resetAccumulator(), sqlite3ExprCodeTarget(), and sqlite3Select().
| int AggInfo::nFunc |
Definition at line 17878 of file sqlite3.c.
Referenced by analyzeAggregate(), isSimpleCount(), resetAccumulator(), sqlite3ExprCodeTarget(), and sqlite3Select().
| int AggInfo::nSortingColumn |
Definition at line 17857 of file sqlite3.c.
Referenced by analyzeAggregate(), and sqlite3Select().
| ExprList* AggInfo::pGroupBy |
Definition at line 17859 of file sqlite3.c.
Referenced by analyzeAggregate(), and sqlite3Select().
| AggInfo* AggInfo::pNext |
Definition at line 17882 of file sqlite3.c.
Referenced by sqlite3Select().
| int AggInfo::sortingIdx |
Definition at line 17855 of file sqlite3.c.
Referenced by sqlite3Select().
| int AggInfo::sortingIdxPTab |
Definition at line 17856 of file sqlite3.c.
Referenced by sqlite3ExprCodeTarget(), and sqlite3Select().
| u8 AggInfo::useSortingIdx |
Definition at line 17853 of file sqlite3.c.
Referenced by sqlite3ExprCodeTarget(), and sqlite3Select().