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