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

#include <parsenodes.h>

Data Fields

NodeTag type
 
JsonAggConstructorconstructor
 
JsonValueExprarg
 
bool absent_on_null
 

Detailed Description

Definition at line 2159 of file parsenodes.h.

Field Documentation

◆ absent_on_null

bool JsonArrayAgg::absent_on_null

Definition at line 2164 of file parsenodes.h.

◆ arg

JsonValueExpr* JsonArrayAgg::arg

Definition at line 2163 of file parsenodes.h.

◆ constructor

JsonAggConstructor* JsonArrayAgg::constructor

Definition at line 2162 of file parsenodes.h.

◆ type

NodeTag JsonArrayAgg::type

Definition at line 2161 of file parsenodes.h.


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