PostgreSQL Source Code: src/include/executor/nodeBitmapIndexscan.h Source File

PostgreSQL Source Code git master
nodeBitmapIndexscan.h
Go to the documentation of this file.
1/*-------------------------------------------------------------------------
2 *
3 * nodeBitmapIndexscan.h
4 *
5 *
6 *
7 * Portions Copyright (c) 1996-2025, PostgreSQL Global Development Group
8 * Portions Copyright (c) 1994, Regents of the University of California
9 *
10 * src/include/executor/nodeBitmapIndexscan.h
11 *
12 *-------------------------------------------------------------------------
13 */
14#ifndef NODEBITMAPINDEXSCAN_H
15#define NODEBITMAPINDEXSCAN_H
16
17#include "access/parallel.h"
18#include "nodes/execnodes.h"
19
20extern BitmapIndexScanState *ExecInitBitmapIndexScan(BitmapIndexScan *node, EState *estate, int eflags);
21extern Node *MultiExecBitmapIndexScan(BitmapIndexScanState *node);
22extern void ExecEndBitmapIndexScan(BitmapIndexScanState *node);
23extern void ExecReScanBitmapIndexScan(BitmapIndexScanState *node);
24extern void ExecBitmapIndexScanEstimate(BitmapIndexScanState *node, ParallelContext *pcxt);
25extern void ExecBitmapIndexScanInitializeDSM(BitmapIndexScanState *node, ParallelContext *pcxt);
26extern void ExecBitmapIndexScanInitializeWorker(BitmapIndexScanState *node,
27 ParallelWorkerContext *pwcxt);
28extern void ExecBitmapIndexScanRetrieveInstrumentation(BitmapIndexScanState *node);
29
30#endif /* NODEBITMAPINDEXSCAN_H */
void ExecBitmapIndexScanEstimate(BitmapIndexScanState *node, ParallelContext *pcxt)
Node * MultiExecBitmapIndexScan(BitmapIndexScanState *node)
void ExecEndBitmapIndexScan(BitmapIndexScanState *node)
void ExecBitmapIndexScanInitializeDSM(BitmapIndexScanState *node, ParallelContext *pcxt)
BitmapIndexScanState * ExecInitBitmapIndexScan(BitmapIndexScan *node, EState *estate, int eflags)
void ExecReScanBitmapIndexScan(BitmapIndexScanState *node)
void ExecBitmapIndexScanRetrieveInstrumentation(BitmapIndexScanState *node)
void ExecBitmapIndexScanInitializeWorker(BitmapIndexScanState *node, ParallelWorkerContext *pwcxt)
Definition: execnodes.h:655
Definition: nodes.h:135

AltStyle によって変換されたページ (->オリジナル) /