greenplumn init 源码
greenplumn init 代码
文件路径:/src/backend/gporca/libgpopt/include/gpopt/init.h
//---------------------------------------------------------------------------
// Greenplum Database
// Copyright (C) 2011 Greenplum, Inc.
//
// @filename:
// init.h
//
// @doc:
// Initialization of the gpopt library.
//---------------------------------------------------------------------------
#ifndef GPOPT_init_H
#define GPOPT_init_H
#ifdef __cplusplus
extern "C" {
#endif // __cplusplus
// initialize gpopt library
void gpopt_init();
// terminate gpopt library
void gpopt_terminate(void);
#ifdef __cplusplus
}
#endif // __cplusplus
#endif // !GPOPT_init_H
// EOF
相关信息
相关文章
0
赞
热门推荐
-
2、 - 优质文章
-
3、 gate.io
-
8、 golang
-
9、 openharmony
-
10、 Vue中input框自动聚焦