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

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

Data Fields
Scan scan
uint32 flags
List * custom_plans
List * custom_exprs
List * custom_private
List * custom_scan_tlist
Bitmapset * custom_relids
const struct CustomScanMethods * methods

Definition at line 871 of file plannodes.h.

custom_exprs

List* CustomScan::custom_exprs

custom_plans

List* CustomScan::custom_plans

custom_private

List* CustomScan::custom_private

custom_relids

custom_scan_tlist

List* CustomScan::custom_scan_tlist

flags

methods

scan


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