|
CUBRID Engine
latest
|
#include <external_sort.h>

Public Attributes | |
| SORT_REC * | next |
| union { | |
| struct { | |
| INT32 pageid | |
| INT16 volid | |
| INT16 offset | |
| char body [1] | |
| } original | |
| int offset [1] | |
| } | s |
Definition at line 68 of file external_sort.h.
| char SORT_REC::body[1] |
Definition at line 79 of file external_sort.h.
| SORT_REC* SORT_REC::next |
Definition at line 70 of file external_sort.h.
Referenced by qexec_analytic_put_next(), qexec_gby_put_next(), qexec_hash_gby_put_next(), qexec_ordby_put_next(), qfile_make_sort_key(), qfile_put_next_sort_item(), sort_append(), sort_exphase_merge(), sort_exphase_merge_elim_dup(), and sort_run_flush().
| INT16 SORT_REC::offset |
Definition at line 78 of file external_sort.h.
Referenced by qfile_compare_all_sort_record(), qfile_generate_sort_tuple(), qfile_get_estimated_pages_for_sorting(), qfile_make_sort_key(), qfile_put_next_sort_item(), and qfile_save_sort_key_tuple().
| int SORT_REC::offset[1] |
Definition at line 88 of file external_sort.h.
| struct { ... } SORT_REC::original |
| INT32 SORT_REC::pageid |
Definition at line 76 of file external_sort.h.
| union { ... } SORT_REC::s |
| INT16 SORT_REC::volid |
Definition at line 77 of file external_sort.h.