PostgreSQL Source Code  git master
CteItem Struct Reference

Data Fields

CommonTableExprcte
 
int id
 
Bitmapsetdepends_on
 

Detailed Description

Definition at line 63 of file parse_cte.c.

Field Documentation

◆ cte

◆ depends_on

Bitmapset* CteItem::depends_on

Definition at line 67 of file parse_cte.c.

Referenced by makeDependencyGraphWalker().

◆ id

int CteItem::id

Definition at line 66 of file parse_cte.c.

Referenced by makeDependencyGraphWalker(), and transformWithClause().


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