PostgreSQL Source Code git master
All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Pages
FileFdwPlanState Struct Reference

Data Fields

char * filename
 
bool is_program
 
Listoptions
 
BlockNumber pages
 
double ntuples
 

Detailed Description

Definition at line 100 of file file_fdw.c.

Field Documentation

◆ filename

char* FileFdwPlanState::filename

Definition at line 102 of file file_fdw.c.

Referenced by estimate_size(), and fileGetForeignRelSize().

◆ is_program

bool FileFdwPlanState::is_program

Definition at line 103 of file file_fdw.c.

Referenced by estimate_size(), and fileGetForeignRelSize().

◆ ntuples

double FileFdwPlanState::ntuples

Definition at line 107 of file file_fdw.c.

Referenced by estimate_costs(), and estimate_size().

◆ options

List* FileFdwPlanState::options

Definition at line 104 of file file_fdw.c.

Referenced by fileGetForeignRelSize().

◆ pages

BlockNumber FileFdwPlanState::pages

Definition at line 106 of file file_fdw.c.

Referenced by estimate_costs(), and estimate_size().


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