greenplumn base 源码
greenplumn base 代码
文件路径:/src/backend/gporca/libgpos/include/gpos/base.h
//---------------------------------------------------------------------------
// Greenplum Database
// Copyright (C) 2008 Greenplum, Inc.
//
// @filename:
// base.h
//
// @doc:
// Collection of commonly used OS abstraction primitives;
// Most files should be fine including only this one from the GPOS folder;
//---------------------------------------------------------------------------
#ifndef GPOS_base_H
#define GPOS_base_H
#include "gpos/assert.h"
#include "gpos/error/CErrorHandler.h"
#include "gpos/error/CException.h"
#include "gpos/error/IErrorContext.h"
#include "gpos/error/ILogger.h"
#include "gpos/memory/CMemoryPool.h"
#include "gpos/types.h"
#endif // GPOS_base_H
// EOF
相关信息
相关文章
0
赞
热门推荐
-
2、 - 优质文章
-
3、 gate.io
-
7、 golang
-
9、 openharmony
-
10、 Vue中input框自动聚焦