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

Public Attributes | |
| struct table_info * | next |
| PT_NODE * | class_spec |
| const char * | exposed |
| UINTPTR | spec_id |
| PT_NODE * | attribute_list |
| VAL_LIST * | value_list |
| int | is_fetch |
Definition at line 58 of file xasl_generation.h.
| PT_NODE* table_info::attribute_list |
Definition at line 64 of file xasl_generation.h.
Referenced by pt_attribute_to_regu(), pt_create_json_table_column(), pt_init_pred_expr_context(), pt_make_table_info(), pt_split_attrs(), pt_split_hash_attrs(), pt_table_info_alloc(), pt_to_class_spec_list(), pt_to_func_pred(), and pt_to_index_attrs().
| PT_NODE* table_info::class_spec |
Definition at line 61 of file xasl_generation.h.
Referenced by pt_get_pred_attrs(), pt_init_pred_expr_context(), pt_make_table_info(), pt_split_attrs(), pt_table_info_alloc(), pt_to_func_pred(), and pt_to_index_attrs().
| const char* table_info::exposed |
Definition at line 62 of file xasl_generation.h.
Referenced by pt_init_pred_expr_context(), pt_make_table_info(), pt_table_info_alloc(), and pt_to_func_pred().
| int table_info::is_fetch |
Definition at line 68 of file xasl_generation.h.
Referenced by pt_push_fetch_spec_info(), and pt_table_info_alloc().
| struct table_info* table_info::next |
Definition at line 60 of file xasl_generation.h.
Referenced by pt_find_table_info(), pt_push_fetch_spec_info(), pt_push_symbol_info(), pt_table_info_alloc(), pt_to_constraint_pred(), pt_to_insert_xasl(), and pt_to_odku_info().
| UINTPTR table_info::spec_id |
Definition at line 63 of file xasl_generation.h.
Referenced by pt_attribute_to_regu(), pt_find_table_info(), pt_init_pred_expr_context(), pt_make_table_info(), pt_split_hash_attrs(), pt_table_info_alloc(), and pt_to_func_pred().
| VAL_LIST* table_info::value_list |
Definition at line 66 of file xasl_generation.h.
Referenced by pt_attribute_to_regu(), pt_create_json_table_column(), pt_get_mvcc_reev_range_data(), pt_init_pred_expr_context(), pt_make_table_info(), pt_table_info_alloc(), pt_to_class_spec_list(), pt_to_cte_table_spec_list(), pt_to_fetch_as_scan_proc(), pt_to_func_pred(), pt_to_subquery_table_spec_list(), and pt_to_val_list().