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