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

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

Data Fields
Scan scan
CmdType operation
Index resultRelation
Oid checkAsUser
Oid fs_server
List * fdw_exprs
List * fdw_private
List * fdw_scan_tlist
List * fdw_recheck_quals
Bitmapset * fs_relids
Bitmapset * fs_base_relids
bool fsSystemCol

Definition at line 822 of file plannodes.h.

checkAsUser

Oid ForeignScan::checkAsUser

fdw_exprs

List* ForeignScan::fdw_exprs

fdw_private

List* ForeignScan::fdw_private

fdw_recheck_quals

List* ForeignScan::fdw_recheck_quals

fdw_scan_tlist

List* ForeignScan::fdw_scan_tlist

fs_base_relids

fs_relids

fs_server

Oid ForeignScan::fs_server

fsSystemCol

bool ForeignScan::fsSystemCol

operation

resultRelation

Index ForeignScan::resultRelation

scan


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