PostgreSQL Source Code  git master
RangeTableFunc Struct Reference

#include <parsenodes.h>

Data Fields

NodeTag type
 
bool lateral
 
Nodedocexpr
 
Noderowexpr
 
Listnamespaces
 
Listcolumns
 
Aliasalias
 
ParseLoc location
 

Detailed Description

Definition at line 655 of file parsenodes.h.

Field Documentation

◆ alias

Alias* RangeTableFunc::alias

Definition at line 663 of file parsenodes.h.

Referenced by raw_expression_tree_walker_impl(), and transformRangeTableFunc().

◆ columns

List* RangeTableFunc::columns

Definition at line 662 of file parsenodes.h.

Referenced by raw_expression_tree_walker_impl(), and transformRangeTableFunc().

◆ docexpr

Node* RangeTableFunc::docexpr

Definition at line 659 of file parsenodes.h.

Referenced by raw_expression_tree_walker_impl(), and transformRangeTableFunc().

◆ lateral

bool RangeTableFunc::lateral

Definition at line 658 of file parsenodes.h.

Referenced by transformRangeTableFunc().

◆ location

ParseLoc RangeTableFunc::location

Definition at line 664 of file parsenodes.h.

Referenced by transformRangeTableFunc().

◆ namespaces

List* RangeTableFunc::namespaces

Definition at line 661 of file parsenodes.h.

Referenced by raw_expression_tree_walker_impl(), and transformRangeTableFunc().

◆ rowexpr

Node* RangeTableFunc::rowexpr

Definition at line 660 of file parsenodes.h.

Referenced by raw_expression_tree_walker_impl(), and transformRangeTableFunc().

◆ type

NodeTag RangeTableFunc::type

Definition at line 657 of file parsenodes.h.


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