|
PostgreSQL Source Code git master
|
#include <execnodes.h>
Data Fields | |
| PlanState | ps |
| PlanState ** | bitmapplans |
| int | nplans |
Definition at line 1631 of file execnodes.h.
| PlanState** BitmapOrState::bitmapplans |
Definition at line 1634 of file execnodes.h.
Referenced by ExecEndBitmapOr(), ExecReScanBitmapOr(), and MultiExecBitmapOr().
| int BitmapOrState::nplans |
Definition at line 1635 of file execnodes.h.
Referenced by ExecEndBitmapOr(), ExecReScanBitmapOr(), and MultiExecBitmapOr().
| PlanState BitmapOrState::ps |
Definition at line 1633 of file execnodes.h.
Referenced by ExecReScanBitmapOr(), and MultiExecBitmapOr().