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