greenplumn CDXLScalar 源码
greenplumn CDXLScalar 代码
文件路径:/src/backend/gporca/libnaucrates/src/operators/CDXLScalar.cpp
//---------------------------------------------------------------------------
// Greenplum Database
// Copyright (C) 2010 Greenplum, Inc.
//
// @filename:
// CDXLScalar.cpp
//
// @doc:
// Implementation of DXL scalar operators
//---------------------------------------------------------------------------
#include "naucrates/dxl/operators/CDXLScalar.h"
using namespace gpos;
using namespace gpdxl;
//---------------------------------------------------------------------------
// @function:
// CDXLScalar::CDXLScalar
//
// @doc:
// Constructor
//
//---------------------------------------------------------------------------
CDXLScalar::CDXLScalar(CMemoryPool *mp) : CDXLOperator(mp)
{
}
//---------------------------------------------------------------------------
// @function:
// CDXLScalar::GetDXLOperatorType
//
// @doc:
// Operator Type
//
//---------------------------------------------------------------------------
Edxloptype
CDXLScalar::GetDXLOperatorType() const
{
return EdxloptypeScalar;
}
// EOF
相关信息
相关文章
greenplumn CDXLCtasStorageOptions 源码
0
赞
热门推荐
-
2、 - 优质文章
-
3、 gate.io
-
7、 golang
-
9、 openharmony
-
10、 Vue中input框自动聚焦