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

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

Data Fields
NodeTag type
char * colname
TypeName * typeName
bool for_ordinality
bool is_not_null
Node * colexpr
Node * coldefexpr
ParseLoc location

Definition at line 684 of file parsenodes.h.

coldefexpr

Node* RangeTableFuncCol::coldefexpr

colexpr

Node* RangeTableFuncCol::colexpr

colname

char* RangeTableFuncCol::colname

for_ordinality

bool RangeTableFuncCol::for_ordinality

is_not_null

bool RangeTableFuncCol::is_not_null

location

type

typeName


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