Home
last modified time | relevance | path

Searched defs:SortCtx (Results 1 – 1 of 1) sorted by relevance

/freebsd/contrib/sqlite3/
H A Dsqlite3.c149041 typedef struct SortCtx SortCtx; typedef
149042 struct SortCtx { struct
149043 ExprList *pOrderBy; /* The ORDER BY (or GROUP BY clause) */
149044 int nOBSat; /* Number of ORDER BY terms satisfied by indices */
149045 int iECursor; /* Cursor number for the sorter */
149046 int regReturn; /* Register holding block-output return address */
149047 int labelBkOut; /* Start label for the block-output subroutine */
149048 int addrSortIndex; /* Address of the OP_SorterOpen or OP_OpenEphemeral */
149049 int labelDone; /* Jump here when done, ex: LIMIT reached */
149050 int labelOBLopt; /* Jump here when sorter is full */
[all …]