greenplumn init 源码

  • 2022-08-18
  • 浏览 (390)

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 源码

0  赞