PostgreSQL Source Code  git master
JsonParseExpr Struct Reference

#include <parsenodes.h>

Data Fields

NodeTag type
 
JsonValueExprexpr
 
JsonOutputoutput
 
bool unique_keys
 
ParseLoc location
 

Detailed Description

Definition at line 1888 of file parsenodes.h.

Field Documentation

◆ expr

JsonValueExpr* JsonParseExpr::expr

Definition at line 1891 of file parsenodes.h.

Referenced by raw_expression_tree_walker_impl(), and transformJsonParseExpr().

◆ location

ParseLoc JsonParseExpr::location

Definition at line 1894 of file parsenodes.h.

Referenced by transformJsonParseExpr().

◆ output

JsonOutput* JsonParseExpr::output

Definition at line 1892 of file parsenodes.h.

Referenced by raw_expression_tree_walker_impl(), and transformJsonParseExpr().

◆ type

NodeTag JsonParseExpr::type

Definition at line 1890 of file parsenodes.h.

◆ unique_keys

bool JsonParseExpr::unique_keys

Definition at line 1893 of file parsenodes.h.

Referenced by transformJsonParseExpr().


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