PostgreSQL Source Code git master
Loading...
Searching...
No Matches
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 2316 of file pathnodes.h.

Field Documentation

◆ binary_mode

bool MemoizePath::binary_mode

Definition at line 2324 of file pathnodes.h.

◆ est_calls

Cardinality MemoizePath::est_calls

Definition at line 2329 of file pathnodes.h.

◆ est_entries

uint32 MemoizePath::est_entries

Definition at line 2326 of file pathnodes.h.

◆ est_hit_ratio

double MemoizePath::est_hit_ratio

Definition at line 2331 of file pathnodes.h.

◆ est_unique_keys

Cardinality MemoizePath::est_unique_keys

Definition at line 2330 of file pathnodes.h.

◆ hash_operators

List* MemoizePath::hash_operators

Definition at line 2320 of file pathnodes.h.

◆ param_exprs

List* MemoizePath::param_exprs

Definition at line 2321 of file pathnodes.h.

◆ path

Path MemoizePath::path

Definition at line 2318 of file pathnodes.h.

Referenced by oauth_server.OAuthHandler::_should_modify().

◆ singlerow

bool MemoizePath::singlerow

Definition at line 2322 of file pathnodes.h.

◆ subpath

Path* MemoizePath::subpath

Definition at line 2319 of file pathnodes.h.


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