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 1937 of file parsenodes.h.
bool JsonArrayQueryConstructor::absent_on_null |
Definition at line 1943 of file parsenodes.h.
Referenced by transformJsonArrayQueryConstructor().
JsonFormat* JsonArrayQueryConstructor::format |
Definition at line 1942 of file parsenodes.h.
Referenced by transformJsonArrayQueryConstructor().
ParseLoc JsonArrayQueryConstructor::location |
Definition at line 1944 of file parsenodes.h.
Referenced by transformJsonArrayQueryConstructor().
JsonOutput* JsonArrayQueryConstructor::output |
Definition at line 1941 of file parsenodes.h.
Referenced by raw_expression_tree_walker_impl(), and transformJsonArrayQueryConstructor().
Node* JsonArrayQueryConstructor::query |
Definition at line 1940 of file parsenodes.h.
Referenced by expression_tree_walker_impl(), raw_expression_tree_walker_impl(), and transformJsonArrayQueryConstructor().
NodeTag JsonArrayQueryConstructor::type |
Definition at line 1939 of file parsenodes.h.