Fennel: /home/pub/open/dev/fennel/sorter/ExternalSortSubStream.h File Reference (original) (raw)

ExternalSortRC defines the internal return code for various operations.

Enumerator:

EXTSORT_SUCCESS Operation produced valid results.
EXTSORT_ENDOFDATA Operation produced no results because end of data was reached.
EXTSORT_OVERFLOW Operation produced some results but could not continue because output area (e.g. generated run) became full.

Definition at line 35 of file ExternalSortSubStream.h.

00036 { 00040 EXTSORT_SUCCESS, 00041 00045 EXTSORT_ENDOFDATA, 00046 00051 EXTSORT_OVERFLOW, 00052 };