PostgreSQL Source Code git master
|
#include <pathnodes.h>
Data Fields | |
EquivalenceClass * | ec |
int | current_relid |
Relids | child_relids |
ListCell * | current_cell |
List * | current_list |
Definition at line 1570 of file pathnodes.h.
Relids EquivalenceMemberIterator::child_relids |
Definition at line 1576 of file pathnodes.h.
Referenced by eclass_member_iterator_next(), and setup_eclass_member_iterator().
ListCell* EquivalenceMemberIterator::current_cell |
Definition at line 1578 of file pathnodes.h.
Referenced by eclass_member_iterator_next(), and setup_eclass_member_iterator().
List* EquivalenceMemberIterator::current_list |
Definition at line 1579 of file pathnodes.h.
Referenced by eclass_member_iterator_next(), and setup_eclass_member_iterator().
int EquivalenceMemberIterator::current_relid |
Definition at line 1573 of file pathnodes.h.
Referenced by eclass_member_iterator_next(), and setup_eclass_member_iterator().
EquivalenceClass* EquivalenceMemberIterator::ec |
Definition at line 1572 of file pathnodes.h.
Referenced by eclass_member_iterator_next(), and setup_eclass_member_iterator().