PostgreSQL Source Code  git master
RangeFunction Struct Reference

#include <parsenodes.h>

Data Fields

NodeTag type
 
bool lateral
 
bool ordinality
 
bool is_rowsfrom
 
Listfunctions
 
Aliasalias
 
Listcoldeflist
 

Detailed Description

Definition at line 637 of file parsenodes.h.

Field Documentation

◆ alias

Alias* RangeFunction::alias

Definition at line 644 of file parsenodes.h.

Referenced by addRangeTableEntryForFunction(), and raw_expression_tree_walker_impl().

◆ coldeflist

List* RangeFunction::coldeflist

Definition at line 645 of file parsenodes.h.

Referenced by raw_expression_tree_walker_impl(), and transformRangeFunction().

◆ functions

List* RangeFunction::functions

Definition at line 643 of file parsenodes.h.

Referenced by raw_expression_tree_walker_impl(), and transformRangeFunction().

◆ is_rowsfrom

bool RangeFunction::is_rowsfrom

Definition at line 642 of file parsenodes.h.

Referenced by transformRangeFunction().

◆ lateral

bool RangeFunction::lateral

Definition at line 640 of file parsenodes.h.

Referenced by transformRangeFunction().

◆ ordinality

bool RangeFunction::ordinality

Definition at line 641 of file parsenodes.h.

Referenced by addRangeTableEntryForFunction(), and transformRangeFunction().

◆ type

NodeTag RangeFunction::type

Definition at line 639 of file parsenodes.h.


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