greenplumn CXformRightOuterJoin2HashJoinTest 源码
greenplumn CXformRightOuterJoin2HashJoinTest 代码
文件路径:/src/backend/gporca/server/include/unittest/gpopt/xforms/CXformRightOuterJoin2HashJoinTest.h
//---------------------------------------------------------------------------
// Greenplum Database
// Copyright (C) 2011 EMC Corp.
//
// @filename:
// CXformRightOuterJoin2HashJoinTest.h
//
// @doc:
// Test for right outer join to hash join transform
//---------------------------------------------------------------------------
#ifndef GPOPT_CXformRightOuterJoin2HashJoinTest_H
#define GPOPT_CXformRightOuterJoin2HashJoinTest_H
#include "gpos/base.h"
#include "gpos/common/CDynamicPtrArray.h"
#include "gpos/common/CRefCount.h"
#include "gpopt/base/CColRef.h"
#include "gpopt/base/CDrvdProp.h"
#include "gpopt/base/CPrintPrefix.h"
#include "gpopt/operators/CExpression.h"
#include "gpopt/operators/COperator.h"
namespace gpopt
{
//---------------------------------------------------------------------------
// @class:
// CXformRightOuterJoin2HashJoinTest
//
// @doc:
// Tests for logical right outer transform
//
//---------------------------------------------------------------------------
class CXformRightOuterJoin2HashJoinTest
{
public:
// unittests
static GPOS_RESULT EresUnittest();
static GPOS_RESULT EresUnittest_Transform();
}; // class CXformRightOuterJoin2HashJoinTest
} // namespace gpopt
#endif // !GPOPT_CXformRightOuterJoin2HashJoinTest_H
// EOF
相关信息
相关文章
greenplumn CDecorrelatorTest 源码
greenplumn CSubqueryHandlerTest 源码
0
赞
热门推荐
-
2、 - 优质文章
-
3、 gate.io
-
7、 golang
-
9、 openharmony
-
10、 Vue中input框自动聚焦