PostgreSQL Source Code git master
|
#include <parsenodes.h>
Data Fields | |
NodeTag | type |
Node * | string |
char * | name |
ParseLoc | name_location |
ParseLoc | location |
Definition at line 1851 of file parsenodes.h.
ParseLoc JsonTablePathSpec::location |
Definition at line 1858 of file parsenodes.h.
Referenced by makeJsonTablePathSpec().
char* JsonTablePathSpec::name |
Definition at line 1856 of file parsenodes.h.
Referenced by CheckDuplicateColumnOrPathNames(), makeJsonTablePathScan(), makeJsonTablePathSpec(), transformJsonTable(), and transformJsonTableNestedColumns().
ParseLoc JsonTablePathSpec::name_location |
Definition at line 1857 of file parsenodes.h.
Referenced by CheckDuplicateColumnOrPathNames(), and makeJsonTablePathSpec().
Node* JsonTablePathSpec::string |
Definition at line 1855 of file parsenodes.h.
Referenced by makeJsonTablePathScan(), makeJsonTablePathSpec(), transformJsonTable(), and transformJsonTableColumn().
NodeTag JsonTablePathSpec::type |
Definition at line 1853 of file parsenodes.h.