greenplumn nodeMotion 源码
greenplumn nodeMotion 代码
文件路径:/src/include/executor/nodeMotion.h
/*-------------------------------------------------------------------------
*
* nodeMotion.h
*
* Portions Copyright (c) 2012-Present VMware, Inc. or its affiliates.
* Portions Copyright (c) 1996-2004, PostgreSQL Global Development Group
* Portions Copyright (c) 1994, Regents of the University of California
*
*
* IDENTIFICATION
* src/include/executor/nodeMotion.h
*
*-------------------------------------------------------------------------
*/
#ifndef NODEMOTION_H
#define NODEMOTION_H
#include "nodes/execnodes.h"
extern MotionState *ExecInitMotion(Motion *node, EState *estate, int eflags);
extern void ExecEndMotion(MotionState *node);
extern void ExecReScanMotion(MotionState *node);
extern void ExecSquelchMotion(MotionState *node);
#endif /* NODEMOTION_H */
相关信息
相关文章
0
赞
热门推荐
-
2、 - 优质文章
-
3、 gate.io
-
7、 golang
-
9、 openharmony
-
10、 Vue中input框自动聚焦