PostgreSQL Source Code git master
Loading...
Searching...
No Matches
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 1991 of file parsenodes.h.

Field Documentation

◆ alias

Alias* JsonTable::alias

Definition at line 1999 of file parsenodes.h.

Referenced by transformJsonTable().

◆ columns

List* JsonTable::columns

Definition at line 1997 of file parsenodes.h.

Referenced by raw_expression_tree_walker_impl(), and transformJsonTable().

◆ context_item

JsonValueExpr* JsonTable::context_item

Definition at line 1994 of file parsenodes.h.

Referenced by raw_expression_tree_walker_impl(), and transformJsonTable().

◆ lateral

bool JsonTable::lateral

Definition at line 2000 of file parsenodes.h.

Referenced by transformJsonTable().

◆ location

ParseLoc JsonTable::location

Definition at line 2001 of file parsenodes.h.

Referenced by transformJsonTable().

◆ on_error

JsonBehavior* JsonTable::on_error

◆ passing

List* JsonTable::passing

Definition at line 1996 of file parsenodes.h.

Referenced by raw_expression_tree_walker_impl(), and transformJsonTable().

◆ pathspec

JsonTablePathSpec* JsonTable::pathspec

Definition at line 1995 of file parsenodes.h.

Referenced by raw_expression_tree_walker_impl(), and transformJsonTable().

◆ type

NodeTag JsonTable::type

Definition at line 1993 of file parsenodes.h.


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