PostgreSQL Source Code  git master
JsonSerializeExpr Struct Reference

#include <parsenodes.h>

Data Fields

NodeTag type
 
JsonValueExprexpr
 
JsonOutputoutput
 
int location
 

Detailed Description

Definition at line 1747 of file parsenodes.h.

Field Documentation

◆ expr

JsonValueExpr* JsonSerializeExpr::expr

Definition at line 1750 of file parsenodes.h.

Referenced by raw_expression_tree_walker_impl(), and transformJsonSerializeExpr().

◆ location

int JsonSerializeExpr::location

Definition at line 1752 of file parsenodes.h.

Referenced by transformJsonSerializeExpr().

◆ output

JsonOutput* JsonSerializeExpr::output

Definition at line 1751 of file parsenodes.h.

Referenced by raw_expression_tree_walker_impl(), and transformJsonSerializeExpr().

◆ type

NodeTag JsonSerializeExpr::type

Definition at line 1749 of file parsenodes.h.


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