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

#include <parsenodes.h>

Data Fields

NodeTag type
 
Nodequery
 
JsonOutputoutput
 
JsonFormatformat
 
bool absent_on_null
 
ParseLoc location
 

Detailed Description

Definition at line 2157 of file parsenodes.h.

Field Documentation

◆ absent_on_null

bool JsonArrayQueryConstructor::absent_on_null

Definition at line 2163 of file parsenodes.h.

◆ format

JsonFormat* JsonArrayQueryConstructor::format

Definition at line 2162 of file parsenodes.h.

◆ location

ParseLoc JsonArrayQueryConstructor::location

Definition at line 2164 of file parsenodes.h.

◆ output

JsonOutput* JsonArrayQueryConstructor::output

Definition at line 2161 of file parsenodes.h.

◆ query

Node* JsonArrayQueryConstructor::query

Definition at line 2160 of file parsenodes.h.

◆ type

NodeTag JsonArrayQueryConstructor::type

Definition at line 2159 of file parsenodes.h.


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