Home
last modified time | relevance | path

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

/freebsd/contrib/sqlite3/
H A Dsqlite3.c148820 typedef struct SortCtx SortCtx; typedef
148821 struct SortCtx { struct
148822 ExprList *pOrderBy; /* The ORDER BY (or GROUP BY clause) */
148823 int nOBSat; /* Number of ORDER BY terms satisfied by indices */
148824 int iECursor; /* Cursor number for the sorter */
148825 int regReturn; /* Register holding block-output return address */
148826 int labelBkOut; /* Start label for the block-output subroutine */
148827 int addrSortIndex; /* Address of the OP_SorterOpen or OP_OpenEphemeral */
148828 int labelDone; /* Jump here when done, ex: LIMIT reached */
148829 int labelOBLopt; /* Jump here when sorter is full */
[all …]