|
PostgreSQL Source Code git master
|
#include <pathnodes.h>
Data Fields | |
| Path | path |
| List * | subpaths |
| int | first_partial_path |
| Cardinality | limit_tuples |
Definition at line 2177 of file pathnodes.h.
| int AppendPath::first_partial_path |
Definition at line 2182 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 2183 of file pathnodes.h.
Referenced by cost_append(), create_append_path(), and create_append_plan().
| Path AppendPath::path |
Definition at line 2179 of file pathnodes.h.
Referenced by oauth_server.OAuthHandler::_should_modify(), 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 2180 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().