greenplumn CPointTest 源码
greenplumn CPointTest 代码
文件路径:/src/backend/gporca/server/include/unittest/dxl/statistics/CPointTest.h
//---------------------------------------------------------------------------
// Greenplum Database
// Copyright (C) 2018 VMware, Inc. or its affiliates.
//
// @filename:
// CPointTest.h
//
// @doc:
// Testing operations on points used to define histogram buckets
//---------------------------------------------------------------------------
#ifndef GPNAUCRATES_CPointTest_H
#define GPNAUCRATES_CPointTest_H
#include "gpos/base.h"
namespace gpnaucrates
{
using namespace gpos;
//---------------------------------------------------------------------------
// @class:
// CPointTest
//
// @doc:
// Static unit tests for point
//
//---------------------------------------------------------------------------
class CPointTest
{
public:
// unittests
static GPOS_RESULT EresUnittest();
// point related tests
static GPOS_RESULT EresUnittest_CPointInt4();
static GPOS_RESULT EresUnittest_CPointBool();
}; // class CPointTest
} // namespace gpnaucrates
#endif // !GPNAUCRATES_CPointTest_H
// EOF
相关信息
相关文章
greenplumn CCardinalityTestUtils 源码
greenplumn CFilterCardinalityTest 源码
0
赞
热门推荐
-
2、 - 优质文章
-
3、 gate.io
-
8、 golang
-
9、 openharmony
-
10、 Vue中input框自动聚焦