|
PostgreSQL Source Code git master
|
#include <parsenodes.h>
Data Fields | |
| NodeTag | type |
| JsonAggConstructor * | constructor |
| JsonKeyValue * | arg |
| bool | absent_on_null |
| bool | unique |
Definition at line 2069 of file parsenodes.h.
| bool JsonObjectAgg::absent_on_null |
Definition at line 2074 of file parsenodes.h.
| JsonKeyValue* JsonObjectAgg::arg |
Definition at line 2073 of file parsenodes.h.
| JsonAggConstructor* JsonObjectAgg::constructor |
Definition at line 2072 of file parsenodes.h.
| NodeTag JsonObjectAgg::type |
Definition at line 2071 of file parsenodes.h.
| bool JsonObjectAgg::unique |
Definition at line 2075 of file parsenodes.h.