Searched defs:SortSubtask (Results 1 – 1 of 1) sorted by relevance
106692 typedef struct SortSubtask SortSubtask; /* A sub-task in the sort process */ typedef106823 struct SortSubtask { struct106824 SQLiteThread *pThread; /* Background thread, if any */106825 int bDone; /* Set if thread is finished but not joined */106826 int nPMA; /* Number of PMAs currently in file */106827 VdbeSorter *pSorter; /* Sorter that owns this sub-task */106828 UnpackedRecord *pUnpacked; /* Space to unpack a record */106829 SorterList list; /* List for thread to write to a PMA */106830 SorterCompare xCompare; /* Compare function to use */106831 SorterFile file; /* Temp file for level-0 PMAs */[all …]