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 2082 of file parsenodes.h.

Field Documentation

◆ absent_on_null

bool JsonArrayAgg::absent_on_null

Definition at line 2087 of file parsenodes.h.

◆ arg

JsonValueExpr* JsonArrayAgg::arg

Definition at line 2086 of file parsenodes.h.

◆ constructor

JsonAggConstructor* JsonArrayAgg::constructor

Definition at line 2085 of file parsenodes.h.

◆ type

NodeTag JsonArrayAgg::type

Definition at line 2084 of file parsenodes.h.


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