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 1826 of file parsenodes.h.

Field Documentation

◆ alias

Alias* JsonTable::alias

Definition at line 1834 of file parsenodes.h.

Referenced by transformJsonTable().

◆ columns

List* JsonTable::columns

Definition at line 1832 of file parsenodes.h.

Referenced by raw_expression_tree_walker_impl(), and transformJsonTable().

◆ context_item

JsonValueExpr* JsonTable::context_item

Definition at line 1829 of file parsenodes.h.

Referenced by raw_expression_tree_walker_impl(), and transformJsonTable().

◆ lateral

bool JsonTable::lateral

Definition at line 1835 of file parsenodes.h.

Referenced by transformJsonTable().

◆ location

ParseLoc JsonTable::location

Definition at line 1836 of file parsenodes.h.

Referenced by transformJsonTable().

◆ on_error

JsonBehavior* JsonTable::on_error

◆ passing

List* JsonTable::passing

Definition at line 1831 of file parsenodes.h.

Referenced by raw_expression_tree_walker_impl(), and transformJsonTable().

◆ pathspec

JsonTablePathSpec* JsonTable::pathspec

Definition at line 1830 of file parsenodes.h.

Referenced by raw_expression_tree_walker_impl(), and transformJsonTable().

◆ type

NodeTag JsonTable::type

Definition at line 1828 of file parsenodes.h.


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