|
PostgreSQL Source Code git master
|
#include <pathnode.h>
Data Fields | |
| List * | subpaths |
| List * | partial_subpaths |
| List * | child_append_relid_sets |
Definition at line 28 of file pathnode.h.
| List* AppendPathInput::child_append_relid_sets |
Definition at line 32 of file pathnode.h.
Referenced by add_paths_to_append_rel(), and generate_orderedappend_paths().
| List* AppendPathInput::partial_subpaths |
Definition at line 31 of file pathnode.h.
Referenced by add_paths_to_append_rel(), and generate_union_paths().
| List* AppendPathInput::subpaths |
Definition at line 30 of file pathnode.h.
Referenced by add_paths_to_append_rel(), generate_nonunion_paths(), generate_orderedappend_paths(), and generate_union_paths().