greenplumn CCollapseProjectTest 源码
greenplumn CCollapseProjectTest 代码
文件路径:/src/backend/gporca/server/include/unittest/gpopt/minidump/CCollapseProjectTest.h
//---------------------------------------------------------------------------
// Greenplum Database
// Copyright (C) 2017 VMware, Inc. or its affiliates.
//
// @filename:
// CCollapseProjectTest.h
//
// @doc:
// Test for optimizing queries with multiple project nodes
//---------------------------------------------------------------------------
#ifndef GPOPT_CCollapseProjectTest_H
#define GPOPT_CCollapseProjectTest_H
#include "gpos/base.h"
namespace gpopt
{
//---------------------------------------------------------------------------
// @class:
// CCollapseProjectTest
//
// @doc:
// Unittests
//
//---------------------------------------------------------------------------
class CCollapseProjectTest
{
private:
// counter used to mark last successful test
static gpos::ULONG m_ulCollapseProjectTestCounter;
public:
// unittests
static gpos::GPOS_RESULT EresUnittest();
static gpos::GPOS_RESULT EresUnittest_RunTests();
}; // class CCollapseProjectTest
} // namespace gpopt
#endif // !GPOPT_CCollapseProjectTest_H
// EOF
相关信息
相关文章
greenplumn CArrayExpansionTest 源码
greenplumn CConstTblGetTest 源码
greenplumn CDirectDispatchTest 源码
0
赞
热门推荐
-
2、 - 优质文章
-
3、 gate.io
-
7、 golang
-
9、 openharmony
-
10、 Vue中input框自动聚焦