PostgreSQL Source Code git master
Loading...
Searching...
No Matches
JsonScalarExpr Struct Reference

#include <parsenodes.h>

Data Fields

NodeTag type
 
Exprexpr
 
JsonOutputoutput
 
ParseLoc location
 

Detailed Description

Definition at line 2066 of file parsenodes.h.

Field Documentation

◆ expr

Expr* JsonScalarExpr::expr

Definition at line 2069 of file parsenodes.h.

Referenced by transformJsonScalarExpr().

◆ location

ParseLoc JsonScalarExpr::location

Definition at line 2071 of file parsenodes.h.

Referenced by transformJsonScalarExpr().

◆ output

JsonOutput* JsonScalarExpr::output

Definition at line 2070 of file parsenodes.h.

Referenced by transformJsonScalarExpr().

◆ type

NodeTag JsonScalarExpr::type

Definition at line 2068 of file parsenodes.h.


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