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
 
uint32 est_entries
 
Cardinality est_calls
 
Cardinality est_unique_keys
 
double est_hit_ratio
 

Detailed Description

Definition at line 2238 of file pathnodes.h.

Field Documentation

◆ binary_mode

bool MemoizePath::binary_mode

Definition at line 2246 of file pathnodes.h.

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

◆ est_calls

Cardinality MemoizePath::est_calls

◆ est_entries

uint32 MemoizePath::est_entries

Definition at line 2248 of file pathnodes.h.

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

◆ est_hit_ratio

double MemoizePath::est_hit_ratio

Definition at line 2253 of file pathnodes.h.

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

◆ est_unique_keys

Cardinality MemoizePath::est_unique_keys

Definition at line 2252 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 2242 of file pathnodes.h.

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

◆ param_exprs

◆ path

Path MemoizePath::path

Definition at line 2240 of file pathnodes.h.

Referenced by oauth_server.OAuthHandler::_should_modify(), and create_memoize_path().

◆ singlerow

bool MemoizePath::singlerow

Definition at line 2244 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: