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

Field Documentation

◆ absent_on_null

bool JsonObjectAgg::absent_on_null

Definition at line 2151 of file parsenodes.h.

◆ arg

JsonKeyValue* JsonObjectAgg::arg

Definition at line 2150 of file parsenodes.h.

◆ constructor

JsonAggConstructor* JsonObjectAgg::constructor

Definition at line 2149 of file parsenodes.h.

◆ type

NodeTag JsonObjectAgg::type

Definition at line 2148 of file parsenodes.h.

◆ unique

bool JsonObjectAgg::unique

Definition at line 2152 of file parsenodes.h.


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