PostgreSQL Source Code  git master
JsonObjectAgg Struct Reference

#include <parsenodes.h>

Data Fields

NodeTag type
 
JsonAggConstructorconstructor
 
JsonKeyValuearg
 
bool absent_on_null
 
bool unique
 

Detailed Description

Definition at line 1981 of file parsenodes.h.

Field Documentation

◆ absent_on_null

bool JsonObjectAgg::absent_on_null

Definition at line 1986 of file parsenodes.h.

Referenced by transformJsonObjectAgg().

◆ arg

JsonKeyValue* JsonObjectAgg::arg

◆ constructor

JsonAggConstructor* JsonObjectAgg::constructor

◆ type

NodeTag JsonObjectAgg::type

Definition at line 1983 of file parsenodes.h.

◆ unique

bool JsonObjectAgg::unique

Definition at line 1987 of file parsenodes.h.

Referenced by transformJsonObjectAgg().


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