|
PostgreSQL Source Code git master
|
#include <plannodes.h>
Data Fields | |
| Plan | plan |
| bool | isshared |
| List * | bitmapplans |
Definition at line 503 of file plannodes.h.
| List* BitmapOr::bitmapplans |
Definition at line 507 of file plannodes.h.
Referenced by ExecInitBitmapOr(), make_bitmap_or(), and set_plan_refs().
| bool BitmapOr::isshared |
Definition at line 506 of file plannodes.h.
| Plan BitmapOr::plan |
Definition at line 505 of file plannodes.h.
Referenced by make_bitmap_or(), and set_plan_refs().