PostgreSQL Source Code git master
Loading...
Searching...
No Matches
EquivalenceMemberIterator Struct Reference

#include <pathnodes.h>

Data Fields

EquivalenceClassec
 
int current_relid
 
Relids child_relids
 
ListCellcurrent_cell
 
Listcurrent_list
 

Detailed Description

Definition at line 1759 of file pathnodes.h.

Field Documentation

◆ child_relids

Relids EquivalenceMemberIterator::child_relids

Definition at line 1765 of file pathnodes.h.

◆ current_cell

ListCell* EquivalenceMemberIterator::current_cell

Definition at line 1767 of file pathnodes.h.

◆ current_list

List* EquivalenceMemberIterator::current_list

Definition at line 1768 of file pathnodes.h.

◆ current_relid

int EquivalenceMemberIterator::current_relid

Definition at line 1762 of file pathnodes.h.

◆ ec

EquivalenceClass* EquivalenceMemberIterator::ec

Definition at line 1761 of file pathnodes.h.


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