PostgreSQL Source Code  git master
JsonArrayQueryConstructor Struct Reference

#include <parsenodes.h>

Data Fields

NodeTag type
 
Nodequery
 
JsonOutputoutput
 
JsonFormatformat
 
bool absent_on_null
 
ParseLoc location
 

Detailed Description

Definition at line 1952 of file parsenodes.h.

Field Documentation

◆ absent_on_null

bool JsonArrayQueryConstructor::absent_on_null

Definition at line 1958 of file parsenodes.h.

Referenced by transformJsonArrayQueryConstructor().

◆ format

JsonFormat* JsonArrayQueryConstructor::format

Definition at line 1957 of file parsenodes.h.

Referenced by transformJsonArrayQueryConstructor().

◆ location

ParseLoc JsonArrayQueryConstructor::location

Definition at line 1959 of file parsenodes.h.

Referenced by transformJsonArrayQueryConstructor().

◆ output

JsonOutput* JsonArrayQueryConstructor::output

◆ query

Node* JsonArrayQueryConstructor::query

◆ type

NodeTag JsonArrayQueryConstructor::type

Definition at line 1954 of file parsenodes.h.


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