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