|
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 2013 of file parsenodes.h.
| bool JsonArrayQueryConstructor::absent_on_null |
Definition at line 2019 of file parsenodes.h.
Referenced by transformJsonArrayQueryConstructor().
| JsonFormat* JsonArrayQueryConstructor::format |
Definition at line 2018 of file parsenodes.h.
Referenced by transformJsonArrayQueryConstructor().
| ParseLoc JsonArrayQueryConstructor::location |
Definition at line 2020 of file parsenodes.h.
Referenced by transformJsonArrayQueryConstructor().
| JsonOutput* JsonArrayQueryConstructor::output |
Definition at line 2017 of file parsenodes.h.
Referenced by raw_expression_tree_walker_impl(), and transformJsonArrayQueryConstructor().
| Node* JsonArrayQueryConstructor::query |
Definition at line 2016 of file parsenodes.h.
Referenced by expression_tree_walker_impl(), raw_expression_tree_walker_impl(), and transformJsonArrayQueryConstructor().
| NodeTag JsonArrayQueryConstructor::type |
Definition at line 2015 of file parsenodes.h.