|
PostgreSQL Source Code git master
|
#include <pathnodes.h>
Data Fields | |
| Path | path |
| Path * | subpath |
| List * | hash_operators |
| List * | param_exprs |
| bool | singlerow |
| bool | binary_mode |
| uint32 | est_entries |
| Cardinality | est_calls |
| Cardinality | est_unique_keys |
| double | est_hit_ratio |
Definition at line 2238 of file pathnodes.h.
| bool MemoizePath::binary_mode |
Definition at line 2246 of file pathnodes.h.
Referenced by create_memoize_path(), create_memoize_plan(), and reparameterize_path().
| Cardinality MemoizePath::est_calls |
Definition at line 2251 of file pathnodes.h.
Referenced by cost_memoize_rescan(), create_memoize_path(), create_memoize_plan(), and reparameterize_path().
| uint32 MemoizePath::est_entries |
Definition at line 2248 of file pathnodes.h.
Referenced by cost_memoize_rescan(), create_memoize_path(), and create_memoize_plan().
| double MemoizePath::est_hit_ratio |
Definition at line 2253 of file pathnodes.h.
Referenced by cost_memoize_rescan(), create_memoize_path(), and create_memoize_plan().
| Cardinality MemoizePath::est_unique_keys |
Definition at line 2252 of file pathnodes.h.
Referenced by cost_memoize_rescan(), create_memoize_path(), and create_memoize_plan().
| List* MemoizePath::hash_operators |
Definition at line 2242 of file pathnodes.h.
Referenced by create_memoize_path(), create_memoize_plan(), and reparameterize_path().
| List* MemoizePath::param_exprs |
Definition at line 2243 of file pathnodes.h.
Referenced by cost_memoize_rescan(), create_memoize_path(), create_memoize_plan(), reparameterize_path(), and reparameterize_path_by_child().
| Path MemoizePath::path |
Definition at line 2240 of file pathnodes.h.
Referenced by oauth_server.OAuthHandler::_should_modify(), and create_memoize_path().
| bool MemoizePath::singlerow |
Definition at line 2244 of file pathnodes.h.
Referenced by create_memoize_path(), create_memoize_plan(), and reparameterize_path().
| Path* MemoizePath::subpath |
Definition at line 2241 of file pathnodes.h.
Referenced by cost_memoize_rescan(), create_memoize_path(), create_memoize_plan(), path_is_reparameterizable_by_child(), reparameterize_path(), and reparameterize_path_by_child().