|
PostgreSQL Source Code git master
|
#include <parsenodes.h>
Data Fields | |
| NodeTag | type |
| Node * | query |
| JsonOutput * | output |
| JsonFormat * | format |
| bool | absent_on_null |
| ParseLoc | location |
Definition at line 2039 of file parsenodes.h.
| bool JsonArrayQueryConstructor::absent_on_null |
Definition at line 2045 of file parsenodes.h.
Referenced by transformJsonArrayQueryConstructor().
| JsonFormat* JsonArrayQueryConstructor::format |
Definition at line 2044 of file parsenodes.h.
Referenced by transformJsonArrayQueryConstructor().
| ParseLoc JsonArrayQueryConstructor::location |
Definition at line 2046 of file parsenodes.h.
Referenced by transformJsonArrayQueryConstructor().
| JsonOutput* JsonArrayQueryConstructor::output |
Definition at line 2043 of file parsenodes.h.
Referenced by raw_expression_tree_walker_impl(), and transformJsonArrayQueryConstructor().
| Node* JsonArrayQueryConstructor::query |
Definition at line 2042 of file parsenodes.h.
Referenced by expression_tree_walker_impl(), raw_expression_tree_walker_impl(), and transformJsonArrayQueryConstructor().
| NodeTag JsonArrayQueryConstructor::type |
Definition at line 2041 of file parsenodes.h.