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

Field Documentation

◆ alias

Alias* RangeTableFunc::alias

Definition at line 691 of file parsenodes.h.

Referenced by raw_expression_tree_walker_impl(), and transformRangeTableFunc().

◆ columns

List* RangeTableFunc::columns

Definition at line 690 of file parsenodes.h.

Referenced by raw_expression_tree_walker_impl(), and transformRangeTableFunc().

◆ docexpr

Node* RangeTableFunc::docexpr

Definition at line 687 of file parsenodes.h.

Referenced by raw_expression_tree_walker_impl(), and transformRangeTableFunc().

◆ lateral

bool RangeTableFunc::lateral

Definition at line 686 of file parsenodes.h.

Referenced by transformRangeTableFunc().

◆ location

ParseLoc RangeTableFunc::location

Definition at line 692 of file parsenodes.h.

Referenced by transformRangeTableFunc().

◆ namespaces

List* RangeTableFunc::namespaces

Definition at line 689 of file parsenodes.h.

Referenced by raw_expression_tree_walker_impl(), and transformRangeTableFunc().

◆ rowexpr

Node* RangeTableFunc::rowexpr

Definition at line 688 of file parsenodes.h.

Referenced by raw_expression_tree_walker_impl(), and transformRangeTableFunc().

◆ type

NodeTag RangeTableFunc::type

Definition at line 685 of file parsenodes.h.


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