PostgreSQL Source Code  git master
JsonSerializeExpr Struct Reference

#include <parsenodes.h>

Data Fields

NodeTag type
 
JsonValueExprexpr
 
JsonOutputoutput
 
ParseLoc location
 

Detailed Description

Definition at line 1913 of file parsenodes.h.

Field Documentation

◆ expr

JsonValueExpr* JsonSerializeExpr::expr

Definition at line 1916 of file parsenodes.h.

Referenced by raw_expression_tree_walker_impl(), and transformJsonSerializeExpr().

◆ location

ParseLoc JsonSerializeExpr::location

Definition at line 1918 of file parsenodes.h.

Referenced by transformJsonSerializeExpr().

◆ output

JsonOutput* JsonSerializeExpr::output

Definition at line 1917 of file parsenodes.h.

Referenced by raw_expression_tree_walker_impl(), and transformJsonSerializeExpr().

◆ type

NodeTag JsonSerializeExpr::type

Definition at line 1915 of file parsenodes.h.


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