PostgreSQL Source Code
git master
|
#include <parsenodes.h>
Data Fields | |
NodeTag | type |
Node * | query |
JsonOutput * | output |
JsonFormat * | format |
bool | absent_on_null |
int | location |
Definition at line 1772 of file parsenodes.h.
bool JsonArrayQueryConstructor::absent_on_null |
Definition at line 1778 of file parsenodes.h.
Referenced by transformJsonArrayQueryConstructor().
JsonFormat* JsonArrayQueryConstructor::format |
Definition at line 1777 of file parsenodes.h.
Referenced by transformJsonArrayQueryConstructor().
int JsonArrayQueryConstructor::location |
Definition at line 1779 of file parsenodes.h.
Referenced by transformJsonArrayQueryConstructor().
JsonOutput* JsonArrayQueryConstructor::output |
Definition at line 1776 of file parsenodes.h.
Referenced by raw_expression_tree_walker_impl(), and transformJsonArrayQueryConstructor().
Node* JsonArrayQueryConstructor::query |
Definition at line 1775 of file parsenodes.h.
Referenced by expression_tree_walker_impl(), raw_expression_tree_walker_impl(), and transformJsonArrayQueryConstructor().
NodeTag JsonArrayQueryConstructor::type |
Definition at line 1774 of file parsenodes.h.