PostgreSQL Source Code
git master
|
#include <parsenodes.h>
Data Fields | |
NodeTag | type |
JsonExprOp | op |
char * | column_name |
JsonValueExpr * | context_item |
Node * | pathspec |
List * | passing |
JsonOutput * | output |
JsonBehavior * | on_empty |
JsonBehavior * | on_error |
JsonWrapper | wrapper |
JsonQuotes | quotes |
ParseLoc | location |
Definition at line 1775 of file parsenodes.h.
char* JsonFuncExpr::column_name |
Definition at line 1779 of file parsenodes.h.
Referenced by transformJsonFuncExpr(), and transformJsonTableColumn().
JsonValueExpr* JsonFuncExpr::context_item |
Definition at line 1781 of file parsenodes.h.
Referenced by raw_expression_tree_walker_impl(), transformJsonFuncExpr(), transformJsonTable(), and transformJsonTableColumn().
ParseLoc JsonFuncExpr::location |
Definition at line 1789 of file parsenodes.h.
Referenced by transformJsonFuncExpr(), and transformJsonTable().
JsonBehavior* JsonFuncExpr::on_empty |
Definition at line 1785 of file parsenodes.h.
Referenced by raw_expression_tree_walker_impl(), transformJsonFuncExpr(), and transformJsonTable().
JsonBehavior* JsonFuncExpr::on_error |
Definition at line 1786 of file parsenodes.h.
Referenced by raw_expression_tree_walker_impl(), transformJsonFuncExpr(), and transformJsonTable().
JsonExprOp JsonFuncExpr::op |
Definition at line 1778 of file parsenodes.h.
Referenced by transformJsonFuncExpr(), transformJsonTable(), and transformJsonTableColumn().
JsonOutput* JsonFuncExpr::output |
Definition at line 1784 of file parsenodes.h.
Referenced by raw_expression_tree_walker_impl(), and transformJsonFuncExpr().
List* JsonFuncExpr::passing |
Definition at line 1783 of file parsenodes.h.
Referenced by raw_expression_tree_walker_impl(), transformJsonFuncExpr(), and transformJsonTable().
Node* JsonFuncExpr::pathspec |
Definition at line 1782 of file parsenodes.h.
Referenced by raw_expression_tree_walker_impl(), transformJsonFuncExpr(), and transformJsonTable().
JsonQuotes JsonFuncExpr::quotes |
Definition at line 1788 of file parsenodes.h.
Referenced by transformJsonFuncExpr().
NodeTag JsonFuncExpr::type |
Definition at line 1777 of file parsenodes.h.
JsonWrapper JsonFuncExpr::wrapper |
Definition at line 1787 of file parsenodes.h.
Referenced by transformJsonFuncExpr().