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