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 1997 of file pathnodes.h.
bool MemoizePath::binary_mode |
Definition at line 2005 of file pathnodes.h.
Referenced by create_memoize_path(), create_memoize_plan(), and reparameterize_path().
Cardinality MemoizePath::calls |
Definition at line 2007 of file pathnodes.h.
Referenced by cost_memoize_rescan(), create_memoize_path(), and reparameterize_path().
uint32 MemoizePath::est_entries |
Definition at line 2008 of file pathnodes.h.
Referenced by cost_memoize_rescan(), create_memoize_path(), and create_memoize_plan().
List* MemoizePath::hash_operators |
Definition at line 2001 of file pathnodes.h.
Referenced by create_memoize_path(), create_memoize_plan(), and reparameterize_path().
List* MemoizePath::param_exprs |
Definition at line 2002 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 1999 of file pathnodes.h.
Referenced by create_memoize_path().
bool MemoizePath::singlerow |
Definition at line 2003 of file pathnodes.h.
Referenced by create_memoize_path(), create_memoize_plan(), and reparameterize_path().
Path* MemoizePath::subpath |
Definition at line 2000 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().