PostgreSQL Source Code  git master
AppendRelInfo Struct Reference

#include <pathnodes.h>

Public Member Functions

 pg_node_attr (no_query_jumble) NodeTag type
 
AttrNumber *parent_colnos pg_node_attr (array_size(num_child_cols))
 

Data Fields

Index parent_relid
 
Index child_relid
 
Oid parent_reltype
 
Oid child_reltype
 
Listtranslated_vars
 
int num_child_cols
 
Oid parent_reloid
 

Detailed Description

Definition at line 2945 of file pathnodes.h.

Member Function Documentation

◆ pg_node_attr() [1/2]

AttrNumber* parent_colnos AppendRelInfo::pg_node_attr ( array_size(num_child_cols )

◆ pg_node_attr() [2/2]

AppendRelInfo::pg_node_attr ( no_query_jumble  )

Field Documentation

◆ child_relid

◆ child_reltype

Oid AppendRelInfo::child_reltype

◆ num_child_cols

int AppendRelInfo::num_child_cols

◆ parent_relid

◆ parent_reloid

Oid AppendRelInfo::parent_reloid

◆ parent_reltype

Oid AppendRelInfo::parent_reltype

◆ translated_vars


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