PostgreSQL Source Code  git master
JsonScalarExpr Struct Reference

#include <parsenodes.h>

Data Fields

NodeTag type
 
Exprexpr
 
JsonOutputoutput
 
int location
 

Detailed Description

Definition at line 1735 of file parsenodes.h.

Field Documentation

◆ expr

Expr* JsonScalarExpr::expr

Definition at line 1738 of file parsenodes.h.

Referenced by raw_expression_tree_walker_impl(), and transformJsonScalarExpr().

◆ location

int JsonScalarExpr::location

Definition at line 1740 of file parsenodes.h.

Referenced by transformJsonScalarExpr().

◆ output

JsonOutput* JsonScalarExpr::output

Definition at line 1739 of file parsenodes.h.

Referenced by raw_expression_tree_walker_impl(), and transformJsonScalarExpr().

◆ type

NodeTag JsonScalarExpr::type

Definition at line 1737 of file parsenodes.h.


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