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