PostgreSQL Source Code  git master
FileFdwPlanState Struct Reference

Data Fields

char * filename
 
bool is_program
 
Listoptions
 
BlockNumber pages
 
double ntuples
 

Detailed Description

Definition at line 91 of file file_fdw.c.

Field Documentation

◆ filename

char* FileFdwPlanState::filename

Definition at line 93 of file file_fdw.c.

Referenced by estimate_size(), and fileGetForeignRelSize().

◆ is_program

bool FileFdwPlanState::is_program

Definition at line 94 of file file_fdw.c.

Referenced by estimate_size(), and fileGetForeignRelSize().

◆ ntuples

double FileFdwPlanState::ntuples

Definition at line 98 of file file_fdw.c.

Referenced by estimate_costs(), and estimate_size().

◆ options

List* FileFdwPlanState::options

Definition at line 95 of file file_fdw.c.

Referenced by fileGetForeignRelSize().

◆ pages

BlockNumber FileFdwPlanState::pages

Definition at line 97 of file file_fdw.c.

Referenced by estimate_costs(), and estimate_size().


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