Searched defs:SortCtx (Results 1 – 1 of 1) sorted by relevance
149041 typedef struct SortCtx SortCtx; typedef149042 struct SortCtx { struct149043 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 …]