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 1991 of file parsenodes.h.
bool JsonArrayQueryConstructor::absent_on_null |
Definition at line 1997 of file parsenodes.h.
Referenced by transformJsonArrayQueryConstructor().
JsonFormat* JsonArrayQueryConstructor::format |
Definition at line 1996 of file parsenodes.h.
Referenced by transformJsonArrayQueryConstructor().
ParseLoc JsonArrayQueryConstructor::location |
Definition at line 1998 of file parsenodes.h.
Referenced by transformJsonArrayQueryConstructor().
JsonOutput* JsonArrayQueryConstructor::output |
Definition at line 1995 of file parsenodes.h.
Referenced by raw_expression_tree_walker_impl(), and transformJsonArrayQueryConstructor().
Node* JsonArrayQueryConstructor::query |
Definition at line 1994 of file parsenodes.h.
Referenced by expression_tree_walker_impl(), raw_expression_tree_walker_impl(), and transformJsonArrayQueryConstructor().
NodeTag JsonArrayQueryConstructor::type |
Definition at line 1993 of file parsenodes.h.