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

Go to the source code of this file.
Functions | |
| BitmapAndState * | ExecInitBitmapAnd (BitmapAnd *node, EState *estate, int eflags) |
| Node * | MultiExecBitmapAnd (BitmapAndState *node) |
| void | ExecEndBitmapAnd (BitmapAndState *node) |
| void | ExecReScanBitmapAnd (BitmapAndState *node) |
|
extern |
Definition at line 178 of file nodeBitmapAnd.c.
References BitmapAndState::bitmapplans, ExecEndNode(), i, and BitmapAndState::nplans.
Referenced by ExecEndNode().
|
extern |
Definition at line 55 of file nodeBitmapAnd.c.
References Assert, BitmapAnd::bitmapplans, EXEC_FLAG_BACKWARD, EXEC_FLAG_MARK, ExecBitmapAnd(), ExecInitNode(), fb(), i, lfirst, list_length(), makeNode, and palloc0().
Referenced by ExecInitNode().
|
extern |
Definition at line 201 of file nodeBitmapAnd.c.
References BitmapAndState::bitmapplans, PlanState::chgParam, ExecReScan(), fb(), i, BitmapAndState::nplans, BitmapAndState::ps, and UpdateChangedParamSet().
Referenced by ExecReScan().
|
extern |
Definition at line 110 of file nodeBitmapAnd.c.
References BitmapAndState::bitmapplans, elog, ERROR, fb(), i, InstrStartNode(), InstrStopNode(), PlanState::instrument, IsA, MultiExecProcNode(), BitmapAndState::nplans, BitmapAndState::ps, tbm_free(), tbm_intersect(), and tbm_is_empty().
Referenced by MultiExecProcNode().