|
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 1851 of file parsenodes.h.
| char* JsonFuncExpr::column_name |
Definition at line 1855 of file parsenodes.h.
Referenced by transformJsonFuncExpr(), and transformJsonTableColumn().
| JsonValueExpr* JsonFuncExpr::context_item |
Definition at line 1857 of file parsenodes.h.
Referenced by raw_expression_tree_walker_impl(), transformJsonFuncExpr(), transformJsonTable(), and transformJsonTableColumn().
| ParseLoc JsonFuncExpr::location |
Definition at line 1865 of file parsenodes.h.
Referenced by transformJsonFuncExpr(), and transformJsonTable().
| JsonBehavior* JsonFuncExpr::on_empty |
Definition at line 1861 of file parsenodes.h.
Referenced by raw_expression_tree_walker_impl(), transformJsonFuncExpr(), and transformJsonTable().
| JsonBehavior* JsonFuncExpr::on_error |
Definition at line 1862 of file parsenodes.h.
Referenced by raw_expression_tree_walker_impl(), transformJsonFuncExpr(), and transformJsonTable().
| JsonExprOp JsonFuncExpr::op |
Definition at line 1854 of file parsenodes.h.
Referenced by transformJsonFuncExpr(), transformJsonTable(), and transformJsonTableColumn().
| JsonOutput* JsonFuncExpr::output |
Definition at line 1860 of file parsenodes.h.
Referenced by raw_expression_tree_walker_impl(), and transformJsonFuncExpr().
| List* JsonFuncExpr::passing |
Definition at line 1859 of file parsenodes.h.
Referenced by raw_expression_tree_walker_impl(), transformJsonFuncExpr(), and transformJsonTable().
| Node* JsonFuncExpr::pathspec |
Definition at line 1858 of file parsenodes.h.
Referenced by raw_expression_tree_walker_impl(), transformJsonFuncExpr(), and transformJsonTable().
| JsonQuotes JsonFuncExpr::quotes |
Definition at line 1864 of file parsenodes.h.
Referenced by transformJsonFuncExpr().
| NodeTag JsonFuncExpr::type |
Definition at line 1853 of file parsenodes.h.
| JsonWrapper JsonFuncExpr::wrapper |
Definition at line 1863 of file parsenodes.h.
Referenced by transformJsonFuncExpr().