Home
last modified time | relevance | path

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

/sqlite-3.40.0/src/
H A Dvdbesort.c317 struct VdbeSorter { struct
326 UnpackedRecord *pUnpacked; /* Used by VdbeSorterCompare() */ argument
327 SorterList list; /* List of in-memory records */
328 int iMemory; /* Offset of free space in list.aMemory */
329 int nMemory; /* Size of list.aMemory allocation in bytes */
330 u8 bUsePMA; /* True if one or more PMAs created */
331 u8 bUseThreads; /* True to use background threads */
332 u8 iPrev; /* Previous thread used to flush PMA */
333 u8 nTask; /* Size of aTask[] array */
334 u8 typeMask;
[all …]
H A DvdbeInt.h54 typedef struct VdbeSorter VdbeSorter; typedef