PostgreSQL Source Code git master
Loading...
Searching...
No Matches
TypeCast Struct Reference

#include <parsenodes.h>

Data Fields

NodeTag type
 
Nodearg
 
TypeNametypeName
 
ParseLoc location
 

Detailed Description

Definition at line 395 of file parsenodes.h.

Field Documentation

◆ arg

Node* TypeCast::arg

Definition at line 398 of file parsenodes.h.

Referenced by flatten_set_variable_args().

◆ location

ParseLoc TypeCast::location

Definition at line 400 of file parsenodes.h.

◆ type

NodeTag TypeCast::type

Definition at line 397 of file parsenodes.h.

◆ typeName

TypeName* TypeCast::typeName

Definition at line 399 of file parsenodes.h.


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