|
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 1681 of file pathnodes.h.
| Relids EquivalenceMemberIterator::child_relids |
Definition at line 1687 of file pathnodes.h.
Referenced by eclass_member_iterator_next(), and setup_eclass_member_iterator().
| ListCell* EquivalenceMemberIterator::current_cell |
Definition at line 1689 of file pathnodes.h.
Referenced by eclass_member_iterator_next(), and setup_eclass_member_iterator().
| List* EquivalenceMemberIterator::current_list |
Definition at line 1690 of file pathnodes.h.
Referenced by eclass_member_iterator_next(), and setup_eclass_member_iterator().
| int EquivalenceMemberIterator::current_relid |
Definition at line 1684 of file pathnodes.h.
Referenced by eclass_member_iterator_next(), and setup_eclass_member_iterator().
| EquivalenceClass* EquivalenceMemberIterator::ec |
Definition at line 1683 of file pathnodes.h.
Referenced by eclass_member_iterator_next(), and setup_eclass_member_iterator().