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 |
Cardinality | calls |
uint32 | est_entries |
Definition at line 1958 of file pathnodes.h.
bool MemoizePath::binary_mode |
Definition at line 1966 of file pathnodes.h.
Referenced by create_memoize_path(), create_memoize_plan(), and reparameterize_path().
Cardinality MemoizePath::calls |
Definition at line 1968 of file pathnodes.h.
Referenced by cost_memoize_rescan(), create_memoize_path(), and reparameterize_path().
uint32 MemoizePath::est_entries |
Definition at line 1969 of file pathnodes.h.
Referenced by cost_memoize_rescan(), create_memoize_path(), and create_memoize_plan().
List* MemoizePath::hash_operators |
Definition at line 1962 of file pathnodes.h.
Referenced by create_memoize_path(), create_memoize_plan(), and reparameterize_path().
List* MemoizePath::param_exprs |
Definition at line 1963 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 1960 of file pathnodes.h.
Referenced by create_memoize_path().
bool MemoizePath::singlerow |
Definition at line 1964 of file pathnodes.h.
Referenced by create_memoize_path(), create_memoize_plan(), and reparameterize_path().
Path* MemoizePath::subpath |
Definition at line 1961 of file pathnodes.h.
Referenced by cost_memoize_rescan(), create_memoize_path(), create_memoize_plan(), reparameterize_path(), and reparameterize_path_by_child().