PostgreSQL Source Code
git master
|
#include <pathnodes.h>
Data Fields | |
Path | path |
List * | subpaths |
int | first_partial_path |
Cardinality | limit_tuples |
Definition at line 1939 of file pathnodes.h.
int AppendPath::first_partial_path |
Definition at line 1944 of file pathnodes.h.
Referenced by accumulate_append_subpath(), cost_append(), create_append_path(), and create_append_plan().
Cardinality AppendPath::limit_tuples |
Definition at line 1945 of file pathnodes.h.
Referenced by cost_append(), create_append_path(), and create_append_plan().
Path AppendPath::path |
Definition at line 1941 of file pathnodes.h.
Referenced by accumulate_append_subpath(), add_paths_to_append_rel(), cost_append(), create_append_path(), create_append_plan(), and reparameterize_path().
List* AppendPath::subpaths |
Definition at line 1942 of file pathnodes.h.
Referenced by accumulate_append_subpath(), cost_append(), create_append_path(), create_append_plan(), ExecSupportsMarkRestore(), get_param_path_clause_serials(), get_singleton_append_subpath(), path_is_reparameterizable_by_child(), reparameterize_path(), and reparameterize_path_by_child().