CUBRID Engine
latest
|
#include <external_sort.h>
Public Attributes | |
SORTKEY_INFO | key_info |
QFILE_SORT_SCAN_ID * | s_id |
QFILE_LIST_ID * | output_file |
RECDES | output_recdes |
void * | extra_arg |
Definition at line 133 of file external_sort.h.
void* SORT_INFO::extra_arg |
Definition at line 142 of file external_sort.h.
Referenced by qexec_ordby_put_next(), and qfile_sort_list_with_func().
SORTKEY_INFO SORT_INFO::key_info |
Definition at line 135 of file external_sort.h.
Referenced by qexec_ordby_put_next(), qfile_clear_sort_info(), qfile_get_next_sort_item(), qfile_initialize_sort_info(), qfile_put_next_sort_item(), and qfile_sort_list_with_func().
QFILE_LIST_ID* SORT_INFO::output_file |
Definition at line 138 of file external_sort.h.
Referenced by qexec_ordby_put_next(), qfile_put_next_sort_item(), and qfile_sort_list_with_func().
RECDES SORT_INFO::output_recdes |
Definition at line 140 of file external_sort.h.
Referenced by qexec_ordby_put_next(), qfile_clear_sort_info(), qfile_initialize_sort_info(), and qfile_put_next_sort_item().
QFILE_SORT_SCAN_ID* SORT_INFO::s_id |
Definition at line 136 of file external_sort.h.
Referenced by qexec_ordby_put_next(), qfile_clear_sort_info(), qfile_get_next_sort_item(), qfile_put_next_sort_item(), and qfile_sort_list_with_func().