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

#include <parsenodes.h>

Data Fields

NodeTag type
 
JsonAggConstructorconstructor
 
JsonKeyValuearg
 
bool absent_on_null
 
bool unique
 

Detailed Description

Definition at line 2069 of file parsenodes.h.

Field Documentation

◆ absent_on_null

bool JsonObjectAgg::absent_on_null

Definition at line 2074 of file parsenodes.h.

◆ arg

JsonKeyValue* JsonObjectAgg::arg

Definition at line 2073 of file parsenodes.h.

◆ constructor

JsonAggConstructor* JsonObjectAgg::constructor

Definition at line 2072 of file parsenodes.h.

◆ type

NodeTag JsonObjectAgg::type

Definition at line 2071 of file parsenodes.h.

◆ unique

bool JsonObjectAgg::unique

Definition at line 2075 of file parsenodes.h.


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