|
PostgreSQL Source Code git master
|
#include <execnodes.h>
Definition at line 2290 of file execnodes.h.
| bool MemoizeState::binary_mode |
Definition at line 2316 of file execnodes.h.
| ExprState* MemoizeState::cache_eq_expr |
Definition at line 2299 of file execnodes.h.
| Oid* MemoizeState::collations |
Definition at line 2303 of file execnodes.h.
| struct MemoizeEntry* MemoizeState::entry |
Definition at line 2312 of file execnodes.h.
Referenced by ExecMemoize(), and ExecReScanMemoize().
| FmgrInfo* MemoizeState::hashfunctions |
Definition at line 2302 of file execnodes.h.
| TupleDesc MemoizeState::hashkeydesc |
Definition at line 2296 of file execnodes.h.
| struct memoize_hash* MemoizeState::hashtable |
Definition at line 2295 of file execnodes.h.
Referenced by ExecEndMemoize(), and ExecMemoize().
| Bitmapset* MemoizeState::keyparamids |
Definition at line 2320 of file execnodes.h.
Referenced by ExecReScanMemoize().
| struct MemoizeTuple* MemoizeState::last_tuple |
Definition at line 2308 of file execnodes.h.
Referenced by ExecMemoize(), and ExecReScanMemoize().
| dlist_head MemoizeState::lru_list |
Definition at line 2307 of file execnodes.h.
| uint64 MemoizeState::mem_limit |
Definition at line 2305 of file execnodes.h.
| uint64 MemoizeState::mem_used |
Definition at line 2304 of file execnodes.h.
Referenced by ExecEndMemoize().
| int MemoizeState::mstatus |
Definition at line 2293 of file execnodes.h.
Referenced by ExecMemoize(), and ExecReScanMemoize().
| int MemoizeState::nkeys |
Definition at line 2294 of file execnodes.h.
| ExprState** MemoizeState::param_exprs |
Definition at line 2300 of file execnodes.h.
| TupleTableSlot* MemoizeState::probeslot |
Definition at line 2298 of file execnodes.h.
| SharedMemoizeInfo* MemoizeState::shared_info |
Definition at line 2319 of file execnodes.h.
Referenced by ExecEndMemoize(), ExecMemoizeInitializeDSM(), ExecMemoizeInitializeWorker(), and ExecMemoizeRetrieveInstrumentation().
| bool MemoizeState::singlerow |
Definition at line 2314 of file execnodes.h.
Referenced by ExecMemoize().
| ScanState MemoizeState::ss |
Definition at line 2292 of file execnodes.h.
Referenced by ExecMemoize(), ExecMemoizeEstimate(), ExecMemoizeInitializeDSM(), and ExecMemoizeInitializeWorker().
| MemoizeInstrumentation MemoizeState::stats |
Definition at line 2318 of file execnodes.h.
Referenced by ExecEndMemoize(), and ExecMemoize().
| MemoryContext MemoizeState::tableContext |
Definition at line 2306 of file execnodes.h.
Referenced by ExecEndMemoize().
| TupleTableSlot* MemoizeState::tableslot |
Definition at line 2297 of file execnodes.h.