PostgreSQL Source Code  git master
JsonTable Struct Reference

#include <parsenodes.h>

Data Fields

NodeTag type
 
JsonValueExprcontext_item
 
JsonTablePathSpecpathspec
 
Listpassing
 
Listcolumns
 
JsonBehavioron_error
 
Aliasalias
 
bool lateral
 
ParseLoc location
 

Detailed Description

Definition at line 1811 of file parsenodes.h.

Field Documentation

◆ alias

Alias* JsonTable::alias

Definition at line 1819 of file parsenodes.h.

Referenced by transformJsonTable().

◆ columns

List* JsonTable::columns

Definition at line 1817 of file parsenodes.h.

Referenced by raw_expression_tree_walker_impl(), and transformJsonTable().

◆ context_item

JsonValueExpr* JsonTable::context_item

Definition at line 1814 of file parsenodes.h.

Referenced by raw_expression_tree_walker_impl(), and transformJsonTable().

◆ lateral

bool JsonTable::lateral

Definition at line 1820 of file parsenodes.h.

Referenced by transformJsonTable().

◆ location

ParseLoc JsonTable::location

Definition at line 1821 of file parsenodes.h.

Referenced by transformJsonTable().

◆ on_error

JsonBehavior* JsonTable::on_error

◆ passing

List* JsonTable::passing

Definition at line 1816 of file parsenodes.h.

Referenced by raw_expression_tree_walker_impl(), and transformJsonTable().

◆ pathspec

JsonTablePathSpec* JsonTable::pathspec

Definition at line 1815 of file parsenodes.h.

Referenced by raw_expression_tree_walker_impl(), and transformJsonTable().

◆ type

NodeTag JsonTable::type

Definition at line 1813 of file parsenodes.h.


The documentation for this struct was generated from the following file: