|
PostgreSQL Source Code git master
|
#include <parsenodes.h>
Data Fields | |
| NodeTag | type |
| List * | exprs |
| JsonOutput * | output |
| bool | absent_on_null |
| ParseLoc | location |
Definition at line 2000 of file parsenodes.h.
| bool JsonArrayConstructor::absent_on_null |
Definition at line 2005 of file parsenodes.h.
Referenced by transformJsonArrayConstructor().
| List* JsonArrayConstructor::exprs |
Definition at line 2003 of file parsenodes.h.
Referenced by expression_tree_walker_impl(), raw_expression_tree_walker_impl(), and transformJsonArrayConstructor().
| ParseLoc JsonArrayConstructor::location |
Definition at line 2006 of file parsenodes.h.
Referenced by transformJsonArrayConstructor().
| JsonOutput* JsonArrayConstructor::output |
Definition at line 2004 of file parsenodes.h.
Referenced by raw_expression_tree_walker_impl(), and transformJsonArrayConstructor().
| NodeTag JsonArrayConstructor::type |
Definition at line 2002 of file parsenodes.h.