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

#include <parsenodes.h>

Data Fields

NodeTag type
 
JsonExprOp op
 
charcolumn_name
 
JsonValueExprcontext_item
 
Nodepathspec
 
Listpassing
 
JsonOutputoutput
 
JsonBehavioron_empty
 
JsonBehavioron_error
 
JsonWrapper wrapper
 
JsonQuotes quotes
 
ParseLoc location
 

Detailed Description

Definition at line 1878 of file parsenodes.h.

Field Documentation

◆ column_name

char* JsonFuncExpr::column_name

Definition at line 1882 of file parsenodes.h.

Referenced by transformJsonFuncExpr().

◆ context_item

JsonValueExpr* JsonFuncExpr::context_item

Definition at line 1884 of file parsenodes.h.

Referenced by transformJsonFuncExpr().

◆ location

ParseLoc JsonFuncExpr::location

Definition at line 1892 of file parsenodes.h.

Referenced by transformJsonFuncExpr().

◆ on_empty

JsonBehavior* JsonFuncExpr::on_empty

Definition at line 1888 of file parsenodes.h.

Referenced by transformJsonFuncExpr().

◆ on_error

JsonBehavior* JsonFuncExpr::on_error

Definition at line 1889 of file parsenodes.h.

Referenced by transformJsonFuncExpr().

◆ op

JsonExprOp JsonFuncExpr::op

Definition at line 1881 of file parsenodes.h.

Referenced by transformJsonFuncExpr().

◆ output

JsonOutput* JsonFuncExpr::output

Definition at line 1887 of file parsenodes.h.

Referenced by transformJsonFuncExpr().

◆ passing

List* JsonFuncExpr::passing

Definition at line 1886 of file parsenodes.h.

Referenced by transformJsonFuncExpr().

◆ pathspec

Node* JsonFuncExpr::pathspec

Definition at line 1885 of file parsenodes.h.

Referenced by transformJsonFuncExpr().

◆ quotes

JsonQuotes JsonFuncExpr::quotes

Definition at line 1891 of file parsenodes.h.

Referenced by transformJsonFuncExpr().

◆ type

NodeTag JsonFuncExpr::type

Definition at line 1880 of file parsenodes.h.

◆ wrapper

JsonWrapper JsonFuncExpr::wrapper

Definition at line 1890 of file parsenodes.h.

Referenced by transformJsonFuncExpr().


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