PostgreSQL Source Code  git master
NewColumnValue Struct Reference

Data Fields

AttrNumber attnum
 
Exprexpr
 
ExprStateexprstate
 
bool is_generated
 

Detailed Description

Definition at line 232 of file tablecmds.c.

Field Documentation

◆ attnum

AttrNumber NewColumnValue::attnum

Definition at line 234 of file tablecmds.c.

Referenced by ATRewriteTable().

◆ expr

Expr* NewColumnValue::expr

Definition at line 235 of file tablecmds.c.

Referenced by ATRewriteTable().

◆ exprstate

ExprState* NewColumnValue::exprstate

Definition at line 236 of file tablecmds.c.

Referenced by ATRewriteTable().

◆ is_generated

bool NewColumnValue::is_generated

Definition at line 237 of file tablecmds.c.

Referenced by ATRewriteTable().


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