PostgreSQL Source Code  git master
plpgsql_CastExprHashEntry Struct Reference

Data Fields

plpgsql_CastHashKey key
 
Exprcast_expr
 
CachedExpressioncast_cexpr
 

Detailed Description

Definition at line 165 of file pl_exec.c.

Field Documentation

◆ cast_cexpr

CachedExpression* plpgsql_CastExprHashEntry::cast_cexpr

Definition at line 169 of file pl_exec.c.

Referenced by get_cast_hashentry().

◆ cast_expr

Expr* plpgsql_CastExprHashEntry::cast_expr

Definition at line 168 of file pl_exec.c.

Referenced by get_cast_hashentry().

◆ key

plpgsql_CastHashKey plpgsql_CastExprHashEntry::key

Definition at line 167 of file pl_exec.c.


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