|
CUBRID Engine
latest
|

Public Attributes | |
| int | px_id |
| int | px_height |
| int | px_myself |
| int | px_tran_index |
| void * | px_arg |
| char ** | px_buff |
| char ** | px_vector |
| long | px_vector_size |
| char ** | px_result |
| long | px_result_size |
Definition at line 122 of file external_sort.c.
| void* px_tree_node::px_arg |
Definition at line 134 of file external_sort.c.
Referenced by px_sort_assign(), and px_sort_myself().
| char** px_tree_node::px_buff |
Definition at line 136 of file external_sort.c.
Referenced by px_sort_assign(), and px_sort_myself().
| int px_tree_node::px_height |
Definition at line 129 of file external_sort.c.
Referenced by px_sort_assign(), and px_sort_myself().
| int px_tree_node::px_id |
Definition at line 124 of file external_sort.c.
Referenced by px_sort_assign(), and px_sort_myself().
| int px_tree_node::px_myself |
Definition at line 130 of file external_sort.c.
Referenced by px_sort_assign(), and px_sort_myself().
| char** px_tree_node::px_result |
Definition at line 140 of file external_sort.c.
Referenced by px_sort_assign(), px_sort_myself(), and sort_inphase_sort().
| long px_tree_node::px_result_size |
Definition at line 141 of file external_sort.c.
Referenced by px_sort_assign(), px_sort_myself(), and sort_inphase_sort().
| int px_tree_node::px_tran_index |
Definition at line 132 of file external_sort.c.
Referenced by px_sort_assign(), and px_sort_myself().
| char** px_tree_node::px_vector |
Definition at line 137 of file external_sort.c.
Referenced by px_sort_assign(), and px_sort_myself().
| long px_tree_node::px_vector_size |
Definition at line 138 of file external_sort.c.
Referenced by px_sort_assign(), and px_sort_myself().