
This structure was used in the original implementation of sort_file (now deprecated). Unfortunately, the API for sort_stream_i has not been updated to use the alternative behavioral options structure, sort_keys_t.
Definition at line 137 of file sort_s.h.
Public Member Functions | |
| sort_parm_t () | |
Public Attributes | |
| uint2_t | run_size |
| Number of pages for each run. | |
| vid_t | vol |
| Volume on which scratch files will reside. | |
| bool | unique |
| True -> duplicates will be removed. | |
| bool | ascending |
| Sort in ascending order? | |
| bool | destructive |
| Destroy the input file when done? | |
| smlevel_3::sm_store_property_t | property |
| Logging level of scratch files. | |
1.4.7