PostgreSQL Source Code
git master
|
#include <parsenodes.h>
Data Fields | |
NodeTag | type |
Node * | string |
char * | name |
ParseLoc | name_location |
ParseLoc | location |
Definition at line 1806 of file parsenodes.h.
ParseLoc JsonTablePathSpec::location |
Definition at line 1813 of file parsenodes.h.
Referenced by makeJsonTablePathSpec().
char* JsonTablePathSpec::name |
Definition at line 1811 of file parsenodes.h.
Referenced by CheckDuplicateColumnOrPathNames(), makeJsonTablePathScan(), makeJsonTablePathSpec(), transformJsonTable(), and transformJsonTableNestedColumns().
ParseLoc JsonTablePathSpec::name_location |
Definition at line 1812 of file parsenodes.h.
Referenced by CheckDuplicateColumnOrPathNames(), and makeJsonTablePathSpec().
Node* JsonTablePathSpec::string |
Definition at line 1810 of file parsenodes.h.
Referenced by makeJsonTablePathScan(), makeJsonTablePathSpec(), transformJsonTable(), and transformJsonTableColumn().
NodeTag JsonTablePathSpec::type |
Definition at line 1808 of file parsenodes.h.