greenplumn CKeyCollectionTest 源码
greenplumn CKeyCollectionTest 代码
文件路径:/src/backend/gporca/server/include/unittest/gpopt/base/CKeyCollectionTest.h
//---------------------------------------------------------------------------
// Greenplum Database
// Copyright (C) 2009 - 2012 EMC Corp.
//
// @filename:
// CKeyCollectionTest.h
//
// @doc:
// Test for key collection functionality
//---------------------------------------------------------------------------
#ifndef GPOS_CKeyCollectionTest_H
#define GPOS_CKeyCollectionTest_H
#include "gpos/base.h"
namespace gpopt
{
using namespace gpos;
//---------------------------------------------------------------------------
// @class:
// CKeyCollectionTest
//
// @doc:
// Static unit tests for key collections
//
//---------------------------------------------------------------------------
class CKeyCollectionTest
{
public:
// unittests
static GPOS_RESULT EresUnittest();
static GPOS_RESULT EresUnittest_Basics();
static GPOS_RESULT EresUnittest_Subsumes();
}; // class CKeyCollectionTest
} // namespace gpopt
#endif // !GPOS_CKeyCollectionTest_H
// EOF
相关信息
相关文章
greenplumn CColRefSetIterTest 源码
greenplumn CColumnFactoryTest 源码
greenplumn CDistributionSpecTest 源码
greenplumn CEquivalenceClassesTest 源码
0
赞
热门推荐
-
2、 - 优质文章
-
3、 gate.io
-
7、 golang
-
9、 openharmony
-
10、 Vue中input框自动聚焦