CUBRID Engine
latest
|
Public Attributes | |
struct sort_rec_list * | next |
int | rec_pos |
bool | is_duplicated |
Definition at line 189 of file external_sort.c.
bool sort_rec_list::is_duplicated |
Definition at line 193 of file external_sort.c.
Referenced by sort_exphase_merge_elim_dup().
struct sort_rec_list* sort_rec_list::next |
Definition at line 191 of file external_sort.c.
Referenced by sort_exphase_merge(), and sort_exphase_merge_elim_dup().
int sort_rec_list::rec_pos |
Definition at line 192 of file external_sort.c.
Referenced by sort_exphase_merge(), and sort_exphase_merge_elim_dup().