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