PostgreSQL Source Code  git master
RangeTableFunc Struct Reference

#include <parsenodes.h>

Data Fields

NodeTag type
 
bool lateral
 
Nodedocexpr
 
Noderowexpr
 
Listnamespaces
 
Listcolumns
 
Aliasalias
 
int location
 

Detailed Description

Definition at line 642 of file parsenodes.h.

Field Documentation

◆ alias

Alias* RangeTableFunc::alias

Definition at line 650 of file parsenodes.h.

Referenced by raw_expression_tree_walker_impl(), and transformRangeTableFunc().

◆ columns

List* RangeTableFunc::columns

Definition at line 649 of file parsenodes.h.

Referenced by raw_expression_tree_walker_impl(), and transformRangeTableFunc().

◆ docexpr

Node* RangeTableFunc::docexpr

Definition at line 646 of file parsenodes.h.

Referenced by raw_expression_tree_walker_impl(), and transformRangeTableFunc().

◆ lateral

bool RangeTableFunc::lateral

Definition at line 645 of file parsenodes.h.

Referenced by transformRangeTableFunc().

◆ location

int RangeTableFunc::location

Definition at line 651 of file parsenodes.h.

Referenced by transformRangeTableFunc().

◆ namespaces

List* RangeTableFunc::namespaces

Definition at line 648 of file parsenodes.h.

Referenced by raw_expression_tree_walker_impl(), and transformRangeTableFunc().

◆ rowexpr

Node* RangeTableFunc::rowexpr

Definition at line 647 of file parsenodes.h.

Referenced by raw_expression_tree_walker_impl(), and transformRangeTableFunc().

◆ type

NodeTag RangeTableFunc::type

Definition at line 644 of file parsenodes.h.


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