PostgreSQL Source Code: RangeTableFunc Struct Reference (original) (raw)

#include <[parsenodes.h](parsenodes%5F8h%5Fsource.html)>

Data Fields
NodeTag type
bool lateral
Node * docexpr
Node * rowexpr
List * namespaces
List * columns
Alias * alias
ParseLoc location

Definition at line 666 of file parsenodes.h.

alias

Alias* RangeTableFunc::alias

columns

List* RangeTableFunc::columns

docexpr

Node* RangeTableFunc::docexpr

lateral

bool RangeTableFunc::lateral

location

namespaces

List* RangeTableFunc::namespaces

rowexpr

Node* RangeTableFunc::rowexpr

type


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