greenplumn init 源码

2022-08-18 浏览 (681)

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

相关信息

greenplumn 源码目录

相关文章

greenplumn exception 源码

  • 所属分类: 大数据
  • 本文标签: greenplum
  • 版权声明: 本文链接 https://seaxiang.com/blog/e43d2565a8e34968806605bb2dbabc3e