greenplumn CPointTest 源码

  • 2022-08-18
  • 浏览 (380)

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 源码目录

相关文章

greenplumn CBucketTest 源码

greenplumn CCardinalityTestUtils 源码

greenplumn CFilterCardinalityTest 源码

greenplumn CHistogramTest 源码

greenplumn CJoinCardinalityTest 源码

greenplumn CMCVTest 源码

greenplumn CStatisticsTest 源码

0  赞