PostgreSQL Source Code  git master
All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Pages
MergeScanSelCache Struct Reference

#include <pathnodes.h>

Data Fields

Oid opfamily
 
Oid collation
 
int strategy
 
bool nulls_first
 
Selectivity leftstartsel
 
Selectivity leftendsel
 
Selectivity rightstartsel
 
Selectivity rightendsel
 

Detailed Description

Definition at line 2742 of file pathnodes.h.

Field Documentation

◆ collation

Oid MergeScanSelCache::collation

Definition at line 2746 of file pathnodes.h.

Referenced by cached_scansel().

◆ leftendsel

Selectivity MergeScanSelCache::leftendsel

Definition at line 2751 of file pathnodes.h.

Referenced by cached_scansel(), and initial_cost_mergejoin().

◆ leftstartsel

Selectivity MergeScanSelCache::leftstartsel

Definition at line 2750 of file pathnodes.h.

Referenced by cached_scansel(), and initial_cost_mergejoin().

◆ nulls_first

bool MergeScanSelCache::nulls_first

Definition at line 2748 of file pathnodes.h.

Referenced by cached_scansel().

◆ opfamily

Oid MergeScanSelCache::opfamily

Definition at line 2745 of file pathnodes.h.

Referenced by cached_scansel().

◆ rightendsel

Selectivity MergeScanSelCache::rightendsel

Definition at line 2753 of file pathnodes.h.

Referenced by cached_scansel(), and initial_cost_mergejoin().

◆ rightstartsel

Selectivity MergeScanSelCache::rightstartsel

Definition at line 2752 of file pathnodes.h.

Referenced by cached_scansel(), and initial_cost_mergejoin().

◆ strategy

int MergeScanSelCache::strategy

Definition at line 2747 of file pathnodes.h.

Referenced by cached_scansel().


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