CUBRID Engine
latest
|
#include <parse_tree.h>
Public Attributes | |
PT_NODE * | name |
char * | path |
size_t | index |
enum json_table_column_function | func |
struct json_table_column_behavior | on_error |
struct json_table_column_behavior | on_empty |
Definition at line 3234 of file parse_tree.h.
enum json_table_column_function pt_json_table_column_info::func |
Definition at line 3240 of file parse_tree.h.
Referenced by pt_check_json_table_node(), pt_create_json_table_column(), pt_init_json_table_column(), and pt_print_json_table_column_info().
size_t pt_json_table_column_info::index |
Definition at line 3239 of file parse_tree.h.
Referenced by pt_json_table_gather_attribs().
PT_NODE* pt_json_table_column_info::name |
Definition at line 3236 of file parse_tree.h.
Referenced by pt_apply_json_table_column(), pt_create_json_table_column(), pt_json_table_gather_attribs(), and pt_print_json_table_column_info().
struct json_table_column_behavior pt_json_table_column_info::on_empty |
Definition at line 3242 of file parse_tree.h.
Referenced by copy_node_in_tree_pre(), parser_free_node_resources(), pt_check_json_table_node(), pt_create_json_table_column(), pt_init_json_table_column(), and pt_print_json_table_column_info().
struct json_table_column_behavior pt_json_table_column_info::on_error |
Definition at line 3241 of file parse_tree.h.
Referenced by copy_node_in_tree_pre(), parser_free_node_resources(), pt_check_json_table_node(), pt_create_json_table_column(), pt_init_json_table_column(), and pt_print_json_table_column_info().
char* pt_json_table_column_info::path |
Definition at line 3238 of file parse_tree.h.
Referenced by pt_check_json_table_node(), pt_create_json_table_column(), and pt_print_json_table_column_info().