PostgreSQL Source Code  git master
MemoizePath Struct Reference

#include <pathnodes.h>

Data Fields

Path path
 
Pathsubpath
 
Listhash_operators
 
Listparam_exprs
 
bool singlerow
 
bool binary_mode
 
Cardinality calls
 
uint32 est_entries
 

Detailed Description

Definition at line 1975 of file pathnodes.h.

Field Documentation

◆ binary_mode

bool MemoizePath::binary_mode

Definition at line 1983 of file pathnodes.h.

Referenced by create_memoize_path(), create_memoize_plan(), and reparameterize_path().

◆ calls

Cardinality MemoizePath::calls

Definition at line 1985 of file pathnodes.h.

Referenced by cost_memoize_rescan(), create_memoize_path(), and reparameterize_path().

◆ est_entries

uint32 MemoizePath::est_entries

Definition at line 1986 of file pathnodes.h.

Referenced by cost_memoize_rescan(), create_memoize_path(), and create_memoize_plan().

◆ hash_operators

List* MemoizePath::hash_operators

Definition at line 1979 of file pathnodes.h.

Referenced by create_memoize_path(), create_memoize_plan(), and reparameterize_path().

◆ param_exprs

◆ path

Path MemoizePath::path

Definition at line 1977 of file pathnodes.h.

Referenced by create_memoize_path().

◆ singlerow

bool MemoizePath::singlerow

Definition at line 1981 of file pathnodes.h.

Referenced by create_memoize_path(), create_memoize_plan(), and reparameterize_path().

◆ subpath


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