PostgreSQL Source Code: SupportRequestSelectivity Struct Reference (original) (raw)

#include <[supportnodes.h](supportnodes%5F8h%5Fsource.html)>

Data Fields
NodeTag type
struct PlannerInfo * root
Oid funcid
List * args
Oid inputcollid
bool is_join
int varRelid
JoinType jointype
struct SpecialJoinInfo * sjinfo
Selectivity selectivity

Definition at line 91 of file supportnodes.h.

args

List* SupportRequestSelectivity::args

funcid

Oid SupportRequestSelectivity::funcid

inputcollid

Oid SupportRequestSelectivity::inputcollid

is_join

bool SupportRequestSelectivity::is_join

jointype

JoinType SupportRequestSelectivity::jointype

root

selectivity

sjinfo

type

NodeTag SupportRequestSelectivity::type

varRelid

int SupportRequestSelectivity::varRelid


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