PostgreSQL Source Code git master
All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Pages
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 1865 of file parsenodes.h.

Field Documentation

◆ alias

Alias* JsonTable::alias

Definition at line 1873 of file parsenodes.h.

Referenced by transformJsonTable().

◆ columns

List* JsonTable::columns

Definition at line 1871 of file parsenodes.h.

Referenced by raw_expression_tree_walker_impl(), and transformJsonTable().

◆ context_item

JsonValueExpr* JsonTable::context_item

Definition at line 1868 of file parsenodes.h.

Referenced by raw_expression_tree_walker_impl(), and transformJsonTable().

◆ lateral

bool JsonTable::lateral

Definition at line 1874 of file parsenodes.h.

Referenced by transformJsonTable().

◆ location

ParseLoc JsonTable::location

Definition at line 1875 of file parsenodes.h.

Referenced by transformJsonTable().

◆ on_error

JsonBehavior* JsonTable::on_error

◆ passing

List* JsonTable::passing

Definition at line 1870 of file parsenodes.h.

Referenced by raw_expression_tree_walker_impl(), and transformJsonTable().

◆ pathspec

JsonTablePathSpec* JsonTable::pathspec

Definition at line 1869 of file parsenodes.h.

Referenced by raw_expression_tree_walker_impl(), and transformJsonTable().

◆ type

NodeTag JsonTable::type

Definition at line 1867 of file parsenodes.h.


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