CUBRID Engine
latest
|
#include <parse_tree.h>
Public Attributes | |
QUERY_TRACE_FORMAT | format |
union { | |
char * text_plan | |
struct json_t * json_plan | |
} | trace |
Definition at line 3517 of file parse_tree.h.
QUERY_TRACE_FORMAT pt_plan_trace_info::format |
Definition at line 3519 of file parse_tree.h.
Referenced by do_send_plan_trace_to_session(), parser_free_parser(), qo_top_plan_print_json(), and qo_top_plan_print_text().
struct json_t* pt_plan_trace_info::json_plan |
Definition at line 3523 of file parse_tree.h.
Referenced by do_send_plan_trace_to_session(), parser_free_parser(), and qo_top_plan_print_json().
char* pt_plan_trace_info::text_plan |
Definition at line 3522 of file parse_tree.h.
Referenced by do_send_plan_trace_to_session(), parser_free_parser(), and qo_top_plan_print_text().
union { ... } pt_plan_trace_info::trace |
Referenced by do_send_plan_trace_to_session(), parser_free_parser(), qo_top_plan_print_json(), and qo_top_plan_print_text().