PostgreSQL Source Code
git master
|
#include <parsenodes.h>
Data Fields | |
NodeTag | type |
JsonCommon * | common |
List * | columns |
JsonTablePlan * | plan |
JsonBehavior * | on_error |
Alias * | alias |
bool | lateral |
int | location |
Definition at line 1741 of file parsenodes.h.
Alias* JsonTable::alias |
Definition at line 1748 of file parsenodes.h.
Referenced by transformJsonTable().
List* JsonTable::columns |
Definition at line 1745 of file parsenodes.h.
Referenced by raw_expression_tree_walker(), and transformJsonTable().
JsonCommon* JsonTable::common |
Definition at line 1744 of file parsenodes.h.
Referenced by raw_expression_tree_walker(), and transformJsonTable().
bool JsonTable::lateral |
Definition at line 1749 of file parsenodes.h.
Referenced by transformJsonTable().
int JsonTable::location |
Definition at line 1750 of file parsenodes.h.
Referenced by transformJsonTable().
JsonBehavior* JsonTable::on_error |
Definition at line 1747 of file parsenodes.h.
Referenced by appendJsonTableColumns(), makeParentJsonTableNode(), and transformJsonTable().
JsonTablePlan* JsonTable::plan |
Definition at line 1746 of file parsenodes.h.
Referenced by transformJsonTable(), and transformJsonTableColumns().
NodeTag JsonTable::type |
Definition at line 1743 of file parsenodes.h.