PostgreSQL Source Code git master
All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Pages
TypeCast Struct Reference

#include <parsenodes.h>

Data Fields

NodeTag type
 
Nodearg
 
TypeNametypeName
 
ParseLoc location
 

Detailed Description

Definition at line 381 of file parsenodes.h.

Field Documentation

◆ arg

◆ location

ParseLoc TypeCast::location

Definition at line 386 of file parsenodes.h.

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

◆ type

NodeTag TypeCast::type

Definition at line 383 of file parsenodes.h.

◆ typeName


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