|
CUBRID Engine
latest
|

Public Attributes | |
| XASL_STATE * | xasl_state |
| PRED_EXPR * | ordbynum_pred |
| DB_VALUE * | ordbynum_val |
| int | ordbynum_flag |
| int | ordbynum_pos_cnt |
| int * | ordbynum_pos |
| int | reserved [2] |
Definition at line 308 of file query_executor.c.
| int ordbynum_info::ordbynum_flag |
Definition at line 313 of file query_executor.c.
Referenced by qexec_eval_ordbynum_pred(), qexec_listfile_orderby(), qexec_ordby_put_next(), qexec_orderby_distinct_by_sorting(), and qexec_topn_tuples_to_list_id().
| int* ordbynum_info::ordbynum_pos |
Definition at line 315 of file query_executor.c.
Referenced by qexec_listfile_orderby(), qexec_ordby_put_next(), and qexec_orderby_distinct_by_sorting().
| int ordbynum_info::ordbynum_pos_cnt |
Definition at line 314 of file query_executor.c.
Referenced by qexec_listfile_orderby(), qexec_ordby_put_next(), qexec_orderby_distinct_by_sorting(), and qexec_topn_tuples_to_list_id().
| PRED_EXPR* ordbynum_info::ordbynum_pred |
Definition at line 311 of file query_executor.c.
Referenced by qexec_eval_ordbynum_pred(), qexec_listfile_orderby(), qexec_orderby_distinct_by_sorting(), and qexec_topn_tuples_to_list_id().
| DB_VALUE* ordbynum_info::ordbynum_val |
Definition at line 312 of file query_executor.c.
Referenced by qexec_eval_ordbynum_pred(), qexec_listfile_orderby(), qexec_ordby_put_next(), qexec_orderby_distinct_by_sorting(), and qexec_topn_tuples_to_list_id().
| int ordbynum_info::reserved[2] |
Definition at line 316 of file query_executor.c.
Referenced by qexec_listfile_orderby(), and qexec_orderby_distinct_by_sorting().
| XASL_STATE* ordbynum_info::xasl_state |
Definition at line 310 of file query_executor.c.
Referenced by qexec_eval_ordbynum_pred(), qexec_listfile_orderby(), qexec_orderby_distinct_by_sorting(), and qexec_topn_tuples_to_list_id().