PostgreSQL Source Code git master
SupportRequestSelectivity Struct Reference

#include <supportnodes.h>

Data Fields

NodeTag type
 
PlannerInforoot
 
Oid funcid
 
Listargs
 
Oid inputcollid
 
bool is_join
 
int varRelid
 
JoinType jointype
 
SpecialJoinInfosjinfo
 
Selectivity selectivity
 

Detailed Description

Definition at line 146 of file supportnodes.h.

Field Documentation

◆ args

List* SupportRequestSelectivity::args

Definition at line 153 of file supportnodes.h.

Referenced by function_selectivity(), like_regex_support(), and test_support_func().

◆ funcid

Oid SupportRequestSelectivity::funcid

Definition at line 152 of file supportnodes.h.

Referenced by function_selectivity(), and like_regex_support().

◆ inputcollid

Oid SupportRequestSelectivity::inputcollid

Definition at line 154 of file supportnodes.h.

Referenced by function_selectivity(), like_regex_support(), and test_support_func().

◆ is_join

bool SupportRequestSelectivity::is_join

Definition at line 155 of file supportnodes.h.

Referenced by function_selectivity(), like_regex_support(), and test_support_func().

◆ jointype

JoinType SupportRequestSelectivity::jointype

Definition at line 157 of file supportnodes.h.

Referenced by function_selectivity(), and test_support_func().

◆ root

PlannerInfo* SupportRequestSelectivity::root

Definition at line 151 of file supportnodes.h.

Referenced by function_selectivity(), like_regex_support(), and test_support_func().

◆ selectivity

Selectivity SupportRequestSelectivity::selectivity

Definition at line 161 of file supportnodes.h.

Referenced by function_selectivity(), like_regex_support(), and test_support_func().

◆ sjinfo

SpecialJoinInfo* SupportRequestSelectivity::sjinfo

Definition at line 158 of file supportnodes.h.

Referenced by function_selectivity(), and test_support_func().

◆ type

NodeTag SupportRequestSelectivity::type

Definition at line 148 of file supportnodes.h.

Referenced by function_selectivity().

◆ varRelid

int SupportRequestSelectivity::varRelid

Definition at line 156 of file supportnodes.h.

Referenced by function_selectivity(), like_regex_support(), and test_support_func().


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