PostgreSQL Source Code
git master
|
#include <execnodes.h>
Data Fields | |
PlanState | ps |
PlanState ** | bitmapplans |
int | nplans |
Definition at line 1435 of file execnodes.h.
PlanState** BitmapAndState::bitmapplans |
Definition at line 1438 of file execnodes.h.
Referenced by ExecEndBitmapAnd(), ExecInitBitmapAnd(), ExecReScanBitmapAnd(), and MultiExecBitmapAnd().
int BitmapAndState::nplans |
Definition at line 1439 of file execnodes.h.
Referenced by ExecEndBitmapAnd(), ExecInitBitmapAnd(), ExecReScanBitmapAnd(), and MultiExecBitmapAnd().
PlanState BitmapAndState::ps |
Definition at line 1437 of file execnodes.h.
Referenced by ExecInitBitmapAnd(), ExecReScanBitmapAnd(), and MultiExecBitmapAnd().