PostgreSQL Source Code git master
Loading...
Searching...
No Matches
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.

◆ funcid

Oid SupportRequestSelectivity::funcid

Definition at line 152 of file supportnodes.h.

◆ inputcollid

Oid SupportRequestSelectivity::inputcollid

Definition at line 154 of file supportnodes.h.

◆ is_join

bool SupportRequestSelectivity::is_join

Definition at line 155 of file supportnodes.h.

◆ jointype

JoinType SupportRequestSelectivity::jointype

Definition at line 157 of file supportnodes.h.

◆ root

PlannerInfo* SupportRequestSelectivity::root

Definition at line 151 of file supportnodes.h.

◆ selectivity

Selectivity SupportRequestSelectivity::selectivity

Definition at line 161 of file supportnodes.h.

◆ sjinfo

SpecialJoinInfo* SupportRequestSelectivity::sjinfo

Definition at line 158 of file supportnodes.h.

◆ 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.


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