|
PostgreSQL Source Code git master
|
#include <plannodes.h>
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 911 of file plannodes.h.
| List* CustomScan::custom_exprs |
Definition at line 919 of file plannodes.h.
Referenced by create_customscan_plan(), and finalize_plan().
| List* CustomScan::custom_plans |
Definition at line 917 of file plannodes.h.
Referenced by finalize_plan(), plan_is_disabled(), and set_customscan_references().
| List* CustomScan::custom_private |
Definition at line 921 of file plannodes.h.
| Bitmapset* CustomScan::custom_relids |
Definition at line 925 of file plannodes.h.
Referenced by create_customscan_plan(), and set_customscan_references().
| List* CustomScan::custom_scan_tlist |
Definition at line 923 of file plannodes.h.
Referenced by ExecInitCustomScan(), and set_customscan_references().
| uint32 CustomScan::flags |
Definition at line 915 of file plannodes.h.
Referenced by ExecInitCustomScan().
| const struct CustomScanMethods* CustomScan::methods |
Definition at line 932 of file plannodes.h.
Referenced by ExecInitCustomScan().
| Scan CustomScan::scan |
Definition at line 913 of file plannodes.h.
Referenced by create_customscan_plan(), ExecInitCustomScan(), and set_customscan_references().