PostgreSQL Source Code git master
|
#include <pathnodes.h>
Data Fields | |
Oid | opfamily |
Oid | collation |
CompareType | cmptype |
bool | nulls_first |
Selectivity | leftstartsel |
Selectivity | leftendsel |
Selectivity | rightstartsel |
Selectivity | rightendsel |
Definition at line 2868 of file pathnodes.h.
CompareType MergeScanSelCache::cmptype |
Definition at line 2873 of file pathnodes.h.
Referenced by cached_scansel().
Oid MergeScanSelCache::collation |
Definition at line 2872 of file pathnodes.h.
Referenced by cached_scansel().
Selectivity MergeScanSelCache::leftendsel |
Definition at line 2877 of file pathnodes.h.
Referenced by cached_scansel(), and initial_cost_mergejoin().
Selectivity MergeScanSelCache::leftstartsel |
Definition at line 2876 of file pathnodes.h.
Referenced by cached_scansel(), and initial_cost_mergejoin().
bool MergeScanSelCache::nulls_first |
Definition at line 2874 of file pathnodes.h.
Referenced by cached_scansel().
Oid MergeScanSelCache::opfamily |
Definition at line 2871 of file pathnodes.h.
Referenced by cached_scansel().
Selectivity MergeScanSelCache::rightendsel |
Definition at line 2879 of file pathnodes.h.
Referenced by cached_scansel(), and initial_cost_mergejoin().
Selectivity MergeScanSelCache::rightstartsel |
Definition at line 2878 of file pathnodes.h.
Referenced by cached_scansel(), and initial_cost_mergejoin().