PostgreSQL Source Code git master
Loading...
Searching...
No Matches
JsonKeyValue Struct Reference

#include <parsenodes.h>

Data Fields

NodeTag type
 
Exprkey
 
JsonValueExprvalue
 

Detailed Description

Definition at line 1965 of file parsenodes.h.

Field Documentation

◆ key

Expr* JsonKeyValue::key

Definition at line 1968 of file parsenodes.h.

Referenced by makeJsonKeyValue().

◆ type

NodeTag JsonKeyValue::type

Definition at line 1967 of file parsenodes.h.

◆ value

JsonValueExpr* JsonKeyValue::value

Definition at line 1969 of file parsenodes.h.

Referenced by makeJsonKeyValue().


The documentation for this struct was generated from the following file: