greenplumn CStackObject 源码
greenplumn CStackObject 代码
文件路径:/src/backend/gporca/libgpos/src/common/CStackObject.cpp
//---------------------------------------------------------------------------
// Greenplum Database
// Copyright (C) 2011 EMC Corp.
//
// @filename:
// CStackObject.cpp
//
// @doc:
// Implementation of classes of all objects that must reside on the stack;
// There used to be an assertion for that here, but it was too fragile.
//---------------------------------------------------------------------------
#include "gpos/common/CStackObject.h"
#include "gpos/utils.h"
using namespace gpos;
//---------------------------------------------------------------------------
// @function:
// CStackObject::CStackObject
//
// @doc:
// Ctor
//
//---------------------------------------------------------------------------
CStackObject::CStackObject() = default;
// EOF
相关信息
相关文章
0
赞
热门推荐
-
2、 - 优质文章
-
3、 gate.io
-
8、 golang
-
9、 openharmony
-
10、 Vue中input框自动聚焦