PostgreSQL Source Code  git master
MemoizeTuple Struct Reference

Data Fields

MinimalTuple mintuple
 
struct MemoizeTuplenext
 

Detailed Description

Definition at line 93 of file nodeMemoize.c.

Field Documentation

◆ mintuple

MinimalTuple MemoizeTuple::mintuple

Definition at line 95 of file nodeMemoize.c.

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

◆ next

struct MemoizeTuple* MemoizeTuple::next

Definition at line 96 of file nodeMemoize.c.

Referenced by cache_store_tuple(), entry_purge_tuples(), ExecEndMemoize(), and ExecMemoize().


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