PostgreSQL Source Code  git master
JsonArrayConstructor Struct Reference

#include <parsenodes.h>

Data Fields

NodeTag type
 
Listexprs
 
JsonOutputoutput
 
bool absent_on_null
 
ParseLoc location
 

Detailed Description

Definition at line 1939 of file parsenodes.h.

Field Documentation

◆ absent_on_null

bool JsonArrayConstructor::absent_on_null

Definition at line 1944 of file parsenodes.h.

Referenced by transformJsonArrayConstructor().

◆ exprs

List* JsonArrayConstructor::exprs

◆ location

ParseLoc JsonArrayConstructor::location

Definition at line 1945 of file parsenodes.h.

Referenced by transformJsonArrayConstructor().

◆ output

JsonOutput* JsonArrayConstructor::output

◆ type

NodeTag JsonArrayConstructor::type

Definition at line 1941 of file parsenodes.h.


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