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