PostgreSQL Source Code  git master
JsonScalarExpr Struct Reference

#include <parsenodes.h>

Data Fields

NodeTag type
 
Exprexpr
 
JsonOutputoutput
 
ParseLoc location
 

Detailed Description

Definition at line 1901 of file parsenodes.h.

Field Documentation

◆ expr

Expr* JsonScalarExpr::expr

Definition at line 1904 of file parsenodes.h.

Referenced by raw_expression_tree_walker_impl(), and transformJsonScalarExpr().

◆ location

ParseLoc JsonScalarExpr::location

Definition at line 1906 of file parsenodes.h.

Referenced by transformJsonScalarExpr().

◆ output

JsonOutput* JsonScalarExpr::output

Definition at line 1905 of file parsenodes.h.

Referenced by raw_expression_tree_walker_impl(), and transformJsonScalarExpr().

◆ type

NodeTag JsonScalarExpr::type

Definition at line 1903 of file parsenodes.h.


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