greenplumn CHashMapTest 源码
greenplumn CHashMapTest 代码
文件路径:/src/backend/gporca/libgpos/server/include/unittest/gpos/common/CHashMapTest.h
//---------------------------------------------------------------------------
// Greenplum Database
// Copyright (C) 2010 Greenplum, Inc.
//
// @filename:
// CHashMapTest.h
//
// @doc:
// Test for CHashMap
//---------------------------------------------------------------------------
#ifndef GPOS_CHashMapTest_H
#define GPOS_CHashMapTest_H
#include "gpos/base.h"
namespace gpos
{
//---------------------------------------------------------------------------
// @class:
// CHashMapTest
//
// @doc:
// Static unit tests
//
//---------------------------------------------------------------------------
class CHashMapTest
{
public:
// unittests
static GPOS_RESULT EresUnittest();
static GPOS_RESULT EresUnittest_Basic();
static GPOS_RESULT EresUnittest_Ownership();
}; // class CHashMapTest
} // namespace gpos
#endif // !GPOS_CHashMapTest_H
// EOF
相关信息
相关文章
0
赞
热门推荐
-
2、 - 优质文章
-
3、 gate.io
-
7、 golang
-
9、 openharmony
-
10、 Vue中input框自动聚焦