PostgreSQL Source Code git master
Public Member Functions | Data Fields
Memoize Struct Reference

#include <plannodes.h>

Public Member Functions

Oid *hashOperators  pg_node_attr (array_size(numKeys))
 
Oid *collations  pg_node_attr (array_size(numKeys))
 

Data Fields

 
int  numKeys
 
 
bool  singlerow
 
bool  binary_mode
 
 
 
 
 
double  est_hit_ratio
 

Detailed Description

Definition at line 1063 of file plannodes.h.

Member Function Documentation

pg_node_attr() [1/2]

Oid *hashOperators Memoize::pg_node_attr ( array_size(numKeys)  )

pg_node_attr() [2/2]

Oid *collations Memoize::pg_node_attr ( array_size(numKeys)  )

Field Documentation

binary_mode

bool Memoize::binary_mode

Definition at line 1089 of file plannodes.h.

Referenced by ExecInitMemoize(), and make_memoize().

est_calls

Cardinality Memoize::est_calls

Definition at line 1101 of file plannodes.h.

Referenced by make_memoize(), and show_memoize_info().

est_entries

uint32 Memoize::est_entries

Definition at line 1095 of file plannodes.h.

Referenced by make_memoize(), and show_memoize_info().

est_hit_ratio

double Memoize::est_hit_ratio

Definition at line 1107 of file plannodes.h.

Referenced by make_memoize(), and show_memoize_info().

est_unique_keys

Cardinality Memoize::est_unique_keys

Definition at line 1104 of file plannodes.h.

Referenced by make_memoize(), and show_memoize_info().

keyparamids

Bitmapset* Memoize::keyparamids

Definition at line 1098 of file plannodes.h.

Referenced by ExecInitMemoize(), and make_memoize().

numKeys

int Memoize::numKeys

Definition at line 1068 of file plannodes.h.

Referenced by ExecInitMemoize(), and make_memoize().

param_exprs

List* Memoize::param_exprs

Definition at line 1077 of file plannodes.h.

Referenced by ExecInitMemoize(), make_memoize(), set_plan_refs(), and show_memoize_info().

plan

Plan Memoize::plan

Definition at line 1065 of file plannodes.h.

Referenced by make_memoize().

singlerow

bool Memoize::singlerow

Definition at line 1083 of file plannodes.h.

Referenced by ExecInitMemoize(), and make_memoize().


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

AltStyle によって変換されたページ (->オリジナル) /