Go to the source code of this file.
Classes | |
| class | ExternalSortSubStream |
| Fetch interface implemented by sorter subcomponents which return intermediate results. More... | |
| struct | ExternalSortFetchArray |
| Data structure used for array fetch when reading from substreams. More... | |
Enumerations | |
| enum | ExternalSortRC { EXTSORT_SUCCESS, EXTSORT_ENDOFDATA, EXTSORT_OVERFLOW } |
| ExternalSortRC defines the internal return code for various operations. More... | |
Variables | |
| const uint | EXTSORT_FETCH_ARRAY_SIZE = 100 |
| Maximum number of pointers to return per substream fetch. | |
| enum ExternalSortRC |
ExternalSortRC defines the internal return code for various operations.
Definition at line 35 of file ExternalSortSubStream.h.
00036 { 00040 EXTSORT_SUCCESS, 00041 00045 EXTSORT_ENDOFDATA, 00046 00051 EXTSORT_OVERFLOW, 00052 };
| const uint EXTSORT_FETCH_ARRAY_SIZE = 100 |
Maximum number of pointers to return per substream fetch.
Definition at line 113 of file ExternalSortSubStream.h.
Referenced by ExternalSortMerger::checkFetch(), ExternalSortRunAccessor::fetch(), ExternalSortOutput::fetch(), ExternalSortMerger::fetch(), ExternalSortMerger::startMerge(), and ExternalSortRunAccessor::storeRun().
1.5.1