PostgreSQL Source Code
git master
|
#include <pathnodes.h>
Data Fields | |
Path | path |
List * | partitioned_rels |
List * | subpaths |
int | first_partial_path |
double | limit_tuples |
Definition at line 1403 of file pathnodes.h.
int AppendPath::first_partial_path |
Definition at line 1411 of file pathnodes.h.
Referenced by accumulate_append_subpath(), cost_append(), create_append_path(), and create_append_plan().
double AppendPath::limit_tuples |
Definition at line 1412 of file pathnodes.h.
Referenced by cost_append(), create_append_path(), and create_append_plan().
List* AppendPath::partitioned_rels |
Definition at line 1406 of file pathnodes.h.
Referenced by accumulate_append_subpath(), create_append_path(), create_append_plan(), and reparameterize_path().
Path AppendPath::path |
Definition at line 1405 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 1409 of file pathnodes.h.
Referenced by accumulate_append_subpath(), cost_append(), create_append_path(), create_append_plan(), ExecSupportsMarkRestore(), get_singleton_append_subpath(), reparameterize_path(), and reparameterize_path_by_child().