greenplumn CXformFactoryTest 源码

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

greenplumn CXformFactoryTest 代码

文件路径:/src/backend/gporca/server/include/unittest/gpopt/xforms/CXformFactoryTest.h

//---------------------------------------------------------------------------
//	Greenplum Database
//	Copyright (C) 2009 Greenplum, Inc.
//
//	@filename:
//		CXformFactoryTest.h
//
//	@doc:
//		Unittests for management of global xform set
//---------------------------------------------------------------------------
#ifndef GPOPT_CXformFactoryTest_H
#define GPOPT_CXformFactoryTest_H

#include "gpos/base.h"

namespace gpopt
{
using namespace gpos;

//---------------------------------------------------------------------------
//	@class:
//		CXformFactoryTest
//
//	@doc:
//		Unittests
//
//---------------------------------------------------------------------------
class CXformFactoryTest
{
public:
	// unittests
	static GPOS_RESULT EresUnittest();
	static GPOS_RESULT EresUnittest_Basic();

};	// class CXformFactoryTest

}  // namespace gpopt


#endif	// !GPOPT_CXformFactoryTest_H

// EOF

相关信息

greenplumn 源码目录

相关文章

greenplumn CDecorrelatorTest 源码

greenplumn CJoinOrderTest 源码

greenplumn CSubqueryHandlerTest 源码

greenplumn CXformRightOuterJoin2HashJoinTest 源码

greenplumn CXformTest 源码

0  赞