|
PostgreSQL Source Code git master
|
#include <primnodes.h>
Data Fields | |
| NodeTag | type |
| Const * | value |
| char * | name |
Definition at line 1892 of file primnodes.h.
| char* JsonTablePath::name |
Definition at line 1897 of file primnodes.h.
Referenced by get_json_table_nested_columns(), and makeJsonTablePath().
| NodeTag JsonTablePath::type |
Definition at line 1894 of file primnodes.h.
| Const* JsonTablePath::value |
Definition at line 1896 of file primnodes.h.
Referenced by get_json_table_nested_columns(), JsonTableInitPlan(), and makeJsonTablePath().