PostgreSQL Source Code  git master
JsonArrayAgg Struct Reference

#include <parsenodes.h>

Data Fields

NodeTag type
 
JsonAggConstructorconstructor
 
JsonValueExprarg
 
bool absent_on_null
 

Detailed Description

Definition at line 1994 of file parsenodes.h.

Field Documentation

◆ absent_on_null

bool JsonArrayAgg::absent_on_null

Definition at line 1999 of file parsenodes.h.

Referenced by transformJsonArrayAgg(), and transformJsonArrayQueryConstructor().

◆ arg

◆ constructor

◆ type

NodeTag JsonArrayAgg::type

Definition at line 1996 of file parsenodes.h.


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