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

Public Attributes | |
| PT_NODE * | columns |
| PT_NODE * | nested_paths |
| char * | path |
Definition at line 3245 of file parse_tree.h.
| PT_NODE* pt_json_table_node_info::columns |
Definition at line 3247 of file parse_tree.h.
Referenced by pt_apply_json_table_node(), pt_check_json_table_node(), pt_make_json_table_spec_node_internal(), and pt_print_json_table_node().
| PT_NODE* pt_json_table_node_info::nested_paths |
Definition at line 3248 of file parse_tree.h.
Referenced by pt_apply_json_table_node(), pt_check_json_table_node(), pt_make_json_table_spec_node_internal(), and pt_print_json_table_node().
| char* pt_json_table_node_info::path |
Definition at line 3249 of file parse_tree.h.
Referenced by pt_check_json_table_node(), pt_make_json_table_spec_node_internal(), and pt_print_json_table_node().