PostgreSQL Source Code  git master
MemoizeEntry Struct Reference

Data Fields

MemoizeKeykey
 
MemoizeTupletuplehead
 
uint32 hash
 
char status
 
bool complete
 

Detailed Description

Definition at line 114 of file nodeMemoize.c.

Field Documentation

◆ complete

bool MemoizeEntry::complete

Definition at line 121 of file nodeMemoize.c.

Referenced by cache_lookup(), entry_purge_tuples(), and ExecMemoize().

◆ hash

uint32 MemoizeEntry::hash

Definition at line 119 of file nodeMemoize.c.

◆ key

MemoizeKey* MemoizeEntry::key

◆ status

char MemoizeEntry::status

Definition at line 120 of file nodeMemoize.c.

Referenced by cache_lookup(), and cache_store_tuple().

◆ tuplehead

MemoizeTuple* MemoizeEntry::tuplehead

The documentation for this struct was generated from the following file: