PostgreSQL Source Code  git master
SupportRequestSelectivity Struct Reference

#include <supportnodes.h>

Data Fields

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

Detailed Description

Definition at line 91 of file supportnodes.h.

Field Documentation

◆ args

List* SupportRequestSelectivity::args

Definition at line 98 of file supportnodes.h.

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

◆ funcid

Oid SupportRequestSelectivity::funcid

Definition at line 97 of file supportnodes.h.

Referenced by function_selectivity(), and like_regex_support().

◆ inputcollid

Oid SupportRequestSelectivity::inputcollid

Definition at line 99 of file supportnodes.h.

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

◆ is_join

bool SupportRequestSelectivity::is_join

Definition at line 100 of file supportnodes.h.

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

◆ jointype

JoinType SupportRequestSelectivity::jointype

Definition at line 102 of file supportnodes.h.

Referenced by function_selectivity(), and test_support_func().

◆ root

struct PlannerInfo* SupportRequestSelectivity::root

Definition at line 96 of file supportnodes.h.

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

◆ selectivity

Selectivity SupportRequestSelectivity::selectivity

Definition at line 106 of file supportnodes.h.

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

◆ sjinfo

struct SpecialJoinInfo* SupportRequestSelectivity::sjinfo

Definition at line 103 of file supportnodes.h.

Referenced by function_selectivity(), and test_support_func().

◆ type

NodeTag SupportRequestSelectivity::type

Definition at line 93 of file supportnodes.h.

Referenced by function_selectivity().

◆ varRelid

int SupportRequestSelectivity::varRelid

Definition at line 101 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: