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