ACloudViewer  3.9.4
A Modern Library for 3D Data Processing
SortCtx Struct Reference
Collaboration diagram for SortCtx:

Public Attributes

ExprListpOrderBy
 
int nOBSat
 
int iECursor
 
int regReturn
 
int labelBkOut
 
int addrSortIndex
 
int labelDone
 
int labelOBLopt
 
u8 sortFlags
 
struct RowLoadInfopDeferredRowLoad
 

Detailed Description

Definition at line 129012 of file sqlite3.c.

Member Data Documentation

◆ addrSortIndex

int SortCtx::addrSortIndex

Definition at line 129018 of file sqlite3.c.

Referenced by selectInnerLoop(), and sqlite3Select().

◆ iECursor

int SortCtx::iECursor

Definition at line 129015 of file sqlite3.c.

Referenced by generateSortTail(), and sqlite3Select().

◆ labelBkOut

int SortCtx::labelBkOut

Definition at line 129017 of file sqlite3.c.

Referenced by generateSortTail().

◆ labelDone

int SortCtx::labelDone

Definition at line 129019 of file sqlite3.c.

Referenced by generateSortTail().

◆ labelOBLopt

int SortCtx::labelOBLopt

Definition at line 129020 of file sqlite3.c.

Referenced by sqlite3Select().

◆ nOBSat

int SortCtx::nOBSat

Definition at line 129014 of file sqlite3.c.

Referenced by generateSortTail(), makeSorterRecord(), selectInnerLoop(), and sqlite3Select().

◆ pDeferredRowLoad

struct RowLoadInfo* SortCtx::pDeferredRowLoad

Definition at line 129030 of file sqlite3.c.

Referenced by makeSorterRecord(), and selectInnerLoop().

◆ pOrderBy

ExprList* SortCtx::pOrderBy

Definition at line 129013 of file sqlite3.c.

Referenced by generateSortTail(), selectInnerLoop(), and sqlite3Select().

◆ regReturn

int SortCtx::regReturn

Definition at line 129016 of file sqlite3.c.

Referenced by generateSortTail().

◆ sortFlags

u8 SortCtx::sortFlags

Definition at line 129021 of file sqlite3.c.

Referenced by generateSortTail(), selectInnerLoop(), and sqlite3Select().


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