greenplumn nodeTableFunction 源码
greenplumn nodeTableFunction 代码
文件路径:/src/include/executor/nodeTableFunction.h
/*-------------------------------------------------------------------------
*
* nodeTableFunction.h
*
* Portions Copyright (c) 2011 - present, EMC
* Portions Copyright (c) 2012-Present VMware, Inc. or its affiliates.
*
*
* IDENTIFICATION
* src/include/executor/nodeTableFunction.h
*
*-------------------------------------------------------------------------
*/
#ifndef NODE_TABLE_FUNCTION_H
#define NODE_TABLE_FUNCTION_H
#include "nodes/execnodes.h"
extern TableFunctionState *ExecInitTableFunction(TableFunctionScan *node,
EState *estate,
int eflags);
extern void ExecEndTableFunction(TableFunctionState *node);
extern void ExecReScanTableFunction(TableFunctionState *node);
#endif /* NODE_TABLE_FUNCTION_H */
相关信息
相关文章
0
赞
热门推荐
-
2、 - 优质文章
-
3、 gate.io
-
7、 golang
-
9、 openharmony
-
10、 Vue中input框自动聚焦