|
PostgreSQL Source Code git master
|
#include <parsenodes.h>
Data Fields | |
| NodeTag | type |
| Expr * | key |
| JsonValueExpr * | value |
Definition at line 2039 of file parsenodes.h.
| Expr* JsonKeyValue::key |
Definition at line 2042 of file parsenodes.h.
Referenced by makeJsonKeyValue().
| NodeTag JsonKeyValue::type |
Definition at line 2041 of file parsenodes.h.
| JsonValueExpr* JsonKeyValue::value |
Definition at line 2043 of file parsenodes.h.
Referenced by makeJsonKeyValue().