PostgreSQL Source Code: MemoizePath Struct Reference (original) (raw)
#include <[pathnodes.h](pathnodes%5F8h%5Fsource.html)>
Data Fields | |
---|---|
Path | path |
Path * | subpath |
List * | hash_operators |
List * | param_exprs |
bool | singlerow |
bool | binary_mode |
Cardinality | calls |
uint32 | est_entries |
Detailed Description
Definition at line 2124 of file pathnodes.h.
Field Documentation
◆ binary_mode
bool MemoizePath::binary_mode
◆ calls
◆ est_entries
uint32 MemoizePath::est_entries
◆ hash_operators
List* MemoizePath::hash_operators
◆ param_exprs
List* MemoizePath::param_exprs
◆ path
◆ singlerow
bool MemoizePath::singlerow
◆ subpath
Path* MemoizePath::subpath
The documentation for this struct was generated from the following file:
- src/include/nodes/pathnodes.h