greenplumn CXformImplementation 源码
greenplumn CXformImplementation 代码
文件路径:/src/backend/gporca/libgpopt/src/xforms/CXformImplementation.cpp
//---------------------------------------------------------------------------
// Greenplum Database
// Copyright (C) 2009 Greenplum, Inc.
//
// @filename:
// CXformImplementation.cpp
//
// @doc:
// Implementation of basic implementation transformation
//---------------------------------------------------------------------------
#include "gpopt/xforms/CXformImplementation.h"
#include "gpos/base.h"
using namespace gpopt;
//---------------------------------------------------------------------------
// @function:
// CXformImplementation::CXformImplementation
//
// @doc:
// Dtor
//
//---------------------------------------------------------------------------
CXformImplementation::CXformImplementation(CExpression *pexpr) : CXform(pexpr)
{
GPOS_ASSERT(nullptr != pexpr);
}
//---------------------------------------------------------------------------
// @function:
// CXformImplementation::~CXformImplementation
//
// @doc:
// Dtor
//
//---------------------------------------------------------------------------
CXformImplementation::~CXformImplementation() = default;
// EOF
相关信息
相关文章
greenplumn CJoinOrderGreedy 源码
greenplumn CJoinOrderMinCard 源码
greenplumn CSubqueryHandler 源码
0
赞
热门推荐
-
2、 - 优质文章
-
3、 gate.io
-
7、 golang
-
9、 openharmony
-
10、 Vue中input框自动聚焦