greenplumn CDoubleTest 源码
greenplumn CDoubleTest 代码
文件路径:/src/backend/gporca/libgpos/server/include/unittest/gpos/common/CDoubleTest.h
//---------------------------------------------------------------------------
// Greenplum Database
// Copyright (C) 2012 EMC Corp.
//
// @filename:
// CDoubleTest.h
//
// @doc:
// Tests for the floating-point wrapper class.
//---------------------------------------------------------------------------
#ifndef GPOS_CDoubleTest_H
#define GPOS_CDoubleTest_H
#include "gpos/base.h"
namespace gpos
{
//---------------------------------------------------------------------------
// @class:
// CDoubleTest
//
// @doc:
// Unittests for floating-point class
//
//---------------------------------------------------------------------------
class CDoubleTest
{
public:
// unittests
static GPOS_RESULT EresUnittest();
static GPOS_RESULT EresUnittest_Arithmetic();
static GPOS_RESULT EresUnittest_Bool();
static GPOS_RESULT EresUnittest_Convert();
static GPOS_RESULT EresUnittest_Limits();
}; // class CDoubleTest
} // namespace gpos
#endif // !GPOS_CDoubleTest_H
// EOF
相关信息
相关文章
greenplumn CDynamicPtrArrayTest 源码
0
赞
热门推荐
-
2、 - 优质文章
-
3、 gate.io
-
7、 golang
-
9、 openharmony
-
10、 Vue中input框自动聚焦