|
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 2186 of file parsenodes.h.
| bool JsonObjectAgg::absent_on_null |
Definition at line 2191 of file parsenodes.h.
| JsonKeyValue* JsonObjectAgg::arg |
Definition at line 2190 of file parsenodes.h.
| JsonAggConstructor* JsonObjectAgg::constructor |
Definition at line 2189 of file parsenodes.h.
| NodeTag JsonObjectAgg::type |
Definition at line 2188 of file parsenodes.h.
| bool JsonObjectAgg::unique |
Definition at line 2192 of file parsenodes.h.