greenplumn CConstTblGetTest 代码
文件路径:/src/backend/gporca/server/include/unittest/gpopt/minidump/CConstTblGetTest.h
/---------------------------------------------------------------------------
/ Greenplum Database
/ Copyright (C) 2018 VMware, Inc. or its affiliates.
/---------------------------------------------------------------------------
#ifndef GPOPT_CConstTblGetTest_H
#define GPOPT_CConstTblGetTest_H
#include "gpos/base.h"
namespace gpopt
{
class CConstTblGetTest
{
private:
/ counter used to mark last successful test
static gpos::ULONG m_ulTestCounter;
public:
/ unittests
static gpos::GPOS_RESULT EresUnittest();
static gpos::GPOS_RESULT EresUnittest_RunTests();
}; / class CConstTblGetTest
} / namespace gpopt
#endif / !GPOPT_CConstTblGetTest_H
/ EOF
相关信息
相关文章
greenplumn CArrayExpansionTest 源码
greenplumn CCollapseProjectTest 源码
greenplumn CDirectDispatchTest 源码