|
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 2316 of file pathnodes.h.
| bool MemoizePath::binary_mode |
Definition at line 2324 of file pathnodes.h.
| Cardinality MemoizePath::est_calls |
Definition at line 2329 of file pathnodes.h.
| uint32 MemoizePath::est_entries |
Definition at line 2326 of file pathnodes.h.
| double MemoizePath::est_hit_ratio |
Definition at line 2331 of file pathnodes.h.
| Cardinality MemoizePath::est_unique_keys |
Definition at line 2330 of file pathnodes.h.
| List* MemoizePath::hash_operators |
Definition at line 2320 of file pathnodes.h.
| List* MemoizePath::param_exprs |
Definition at line 2321 of file pathnodes.h.
| Path MemoizePath::path |
Definition at line 2318 of file pathnodes.h.
Referenced by oauth_server.OAuthHandler::_should_modify().
| bool MemoizePath::singlerow |
Definition at line 2322 of file pathnodes.h.
| Path* MemoizePath::subpath |
Definition at line 2319 of file pathnodes.h.