greenplumn nodeTupleSplit 源码
greenplumn nodeTupleSplit 代码
文件路径:/src/include/executor/nodeTupleSplit.h
/*-------------------------------------------------------------------------
* nodeTupleSplit.h
* prototypes for nodeTupleSplit.
*
* Portions Copyright (c) 2019-Present VMware, Inc. or its affiliates.
*
* src/include/executor/nodeTupleSplit.h
*
*-------------------------------------------------------------------------
*/
#ifndef GPDB_NODETUPLESPLIT_H
#define GPDB_NODETUPLESPLIT_H
#include "fmgr.h"
#include "executor/tuptable.h"
#include "nodes/execnodes.h"
#include "nodes/primnodes.h"
#include "utils/tuplesort.h"
extern TupleSplitState *ExecInitTupleSplit(TupleSplit *node, EState *estate, int eflags);
extern void ExecEndTupleSplit(TupleSplitState *node);
extern void ExecReScanTupleSplit(TupleSplitState *node);
extern void ExecSquelchTupleSplit(TupleSplitState *node);
#endif /* NODETUPLESPLIT_H */
相关信息
相关文章
0
赞
热门推荐
-
2、 - 优质文章
-
3、 gate.io
-
7、 golang
-
9、 openharmony