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

#include <parsenodes.h>

Data Fields

NodeTag type
 
JsonValueExprexpr
 
JsonOutputoutput
 
ParseLoc location
 

Detailed Description

Definition at line 2059 of file parsenodes.h.

Field Documentation

◆ expr

JsonValueExpr* JsonSerializeExpr::expr

Definition at line 2062 of file parsenodes.h.

Referenced by transformJsonSerializeExpr().

◆ location

ParseLoc JsonSerializeExpr::location

Definition at line 2064 of file parsenodes.h.

Referenced by transformJsonSerializeExpr().

◆ output

JsonOutput* JsonSerializeExpr::output

Definition at line 2063 of file parsenodes.h.

Referenced by transformJsonSerializeExpr().

◆ type

NodeTag JsonSerializeExpr::type

Definition at line 2061 of file parsenodes.h.


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