|
PostgreSQL Source Code git master
|
#include "nodes/execnodes.h"

Go to the source code of this file.
Functions | |
| BitmapOrState * | ExecInitBitmapOr (BitmapOr *node, EState *estate, int eflags) |
| Node * | MultiExecBitmapOr (BitmapOrState *node) |
| void | ExecEndBitmapOr (BitmapOrState *node) |
| void | ExecReScanBitmapOr (BitmapOrState *node) |
|
extern |
Definition at line 196 of file nodeBitmapOr.c.
References BitmapOrState::bitmapplans, ExecEndNode(), i, and BitmapOrState::nplans.
Referenced by ExecEndNode().
|
extern |
Definition at line 56 of file nodeBitmapOr.c.
References Assert, BitmapOr::bitmapplans, EXEC_FLAG_BACKWARD, EXEC_FLAG_MARK, ExecBitmapOr(), ExecInitNode(), fb(), i, lfirst, list_length(), makeNode, and palloc0().
Referenced by ExecInitNode().
|
extern |
Definition at line 219 of file nodeBitmapOr.c.
References BitmapOrState::bitmapplans, PlanState::chgParam, ExecReScan(), fb(), i, BitmapOrState::nplans, BitmapOrState::ps, and UpdateChangedParamSet().
Referenced by ExecReScan().
|
extern |
Definition at line 111 of file nodeBitmapOr.c.
References BitmapOrState::bitmapplans, elog, ERROR, EState::es_query_dsa, fb(), i, InstrStartNode(), InstrStopNode(), PlanState::instrument, IsA, MultiExecProcNode(), BitmapOrState::nplans, PlanState::plan, BitmapOrState::ps, PlanState::state, tbm_create(), tbm_free(), tbm_union(), and work_mem.
Referenced by MultiExecProcNode().