CUBRID Engine
latest
|
#include <parse_tree.h>
Public Attributes | |
PT_NODE * | name |
PT_NODE * | as_attr_list |
PT_NODE * | non_recursive_part |
PT_NODE * | recursive_part |
PT_MISC_TYPE | only_all |
void * | xasl |
Definition at line 1973 of file parse_tree.h.
PT_NODE* pt_cte_info::as_attr_list |
Definition at line 1976 of file parse_tree.h.
Referenced by pt_bind_names_in_cte(), pt_bind_spec_attrs(), pt_check_with_clause(), and pt_print_cte().
PT_NODE* pt_cte_info::name |
Definition at line 1975 of file parse_tree.h.
Referenced by pt_bind_names_in_cte(), pt_create_pt_name(), pt_print_cte(), pt_resolve_cte_specs(), and pt_resolve_spec_to_cte().
PT_NODE* pt_cte_info::non_recursive_part |
Definition at line 1977 of file parse_tree.h.
Referenced by pt_apply_cte(), pt_bind_names_in_cte(), pt_check_union_compatibility(), pt_check_union_type_compatibility_of_values_query(), pt_check_with_clause(), pt_eval_type(), pt_false_where(), pt_flat_spec_pre(), pt_plan_cte(), pt_print_cte(), pt_resolve_cte_specs(), pt_to_cte_table_spec_list(), and pt_uncorr_post().
PT_MISC_TYPE pt_cte_info::only_all |
Definition at line 1979 of file parse_tree.h.
Referenced by pt_print_cte(), and pt_resolve_cte_specs().
PT_NODE* pt_cte_info::recursive_part |
Definition at line 1978 of file parse_tree.h.
Referenced by pt_apply_cte(), pt_bind_names_in_cte(), pt_check_union_compatibility(), pt_check_union_type_compatibility_of_values_query(), pt_check_with_clause(), pt_eval_type(), pt_plan_cte(), pt_print_cte(), pt_resolve_cte_specs(), and qo_scan_fprint().
void* pt_cte_info::xasl |
Definition at line 1980 of file parse_tree.h.
Referenced by parser_generate_xasl_post(), parser_generate_xasl_proc(), pt_to_cte_table_spec_list(), and pt_uncorr_post().