greenplumn nodeDynamicBitmapHeapscan 源码
greenplumn nodeDynamicBitmapHeapscan 代码
文件路径:/src/include/executor/nodeDynamicBitmapHeapscan.h
/*-------------------------------------------------------------------------
*
* nodeDynamicBitmapHeapscan.h
*
* Portions Copyright (c) 2012 - present, EMC/Greenplum
* Portions Copyright (c) 2012-Present VMware, Inc. or its affiliates.
*
*
* IDENTIFICATION
* src/include/executor/nodeDynamicBitmapHeapscan.h
*
*-------------------------------------------------------------------------
*/
#ifndef NODEDYNAMICBITMAPHEAPSCAN_H
#define NODEDYNAMICBITMAPHEAPSCAN_H
#include "nodes/execnodes.h"
extern DynamicBitmapHeapScanState *ExecInitDynamicBitmapHeapScan(DynamicBitmapHeapScan *node, EState *estate, int eflags);
extern TupleTableSlot *ExecDynamicBitmapHeapScan(PlanState *pstate);
extern void ExecEndDynamicBitmapHeapScan(DynamicBitmapHeapScanState *node);
extern void ExecReScanDynamicBitmapHeapScan(DynamicBitmapHeapScanState *node);
#endif
相关信息
相关文章
0
赞
热门推荐
-
2、 - 优质文章
-
3、 gate.io
-
7、 golang
-
9、 openharmony
-
10、 Vue中input框自动聚焦