PostgreSQL Source Code  git master
TypeCast Struct Reference

#include <parsenodes.h>

Data Fields

NodeTag type
 
Nodearg
 
TypeNametypeName
 
ParseLoc location
 

Detailed Description

Definition at line 370 of file parsenodes.h.

Field Documentation

◆ arg

◆ location

ParseLoc TypeCast::location

Definition at line 375 of file parsenodes.h.

Referenced by exprLocation(), transformColumnDefinition(), and transformTypeCast().

◆ type

NodeTag TypeCast::type

Definition at line 372 of file parsenodes.h.

◆ typeName


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