PostgreSQL Source Code git master
Loading...
Searching...
No Matches
SupportRequestRows Struct Reference

#include <supportnodes.h>

Data Fields

NodeTag type
 
PlannerInforoot
 
Oid funcid
 
Nodenode
 
double rows
 

Detailed Description

Definition at line 213 of file supportnodes.h.

Field Documentation

◆ funcid

Oid SupportRequestRows::funcid

Definition at line 219 of file supportnodes.h.

◆ node

Node* SupportRequestRows::node

Definition at line 220 of file supportnodes.h.

◆ root

PlannerInfo* SupportRequestRows::root

Definition at line 218 of file supportnodes.h.

◆ rows

double SupportRequestRows::rows

Definition at line 223 of file supportnodes.h.

◆ type

NodeTag SupportRequestRows::type

Definition at line 215 of file supportnodes.h.

Referenced by get_function_rows().


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