greenplumn CBitmapTest 代码
文件路径:/src/backend/gporca/server/include/unittest/gpopt/minidump/CBitmapTest.h
/---------------------------------------------------------------------------
/ Greenplum Database
/ Copyright (C) 2015 VMware, Inc. or its affiliates.
/
/ @filename:
/ CBitmapTest.h
/
/ @doc:
/ Test for optimizing queries that can use a bitmap index
/---------------------------------------------------------------------------
#ifndef GPOPT_CBitmapTest_H
#define GPOPT_CBitmapTest_H
#include "gpos/base.h"
namespace gpopt
{
using namespace gpos;
/---------------------------------------------------------------------------
/ @class:
/ CBitmapTest
/
/ @doc:
/ Unittests
/
/---------------------------------------------------------------------------
class CBitmapTest
{
private:
/ counter used to mark last successful test
static ULONG m_ulBitmapTestCounter;
public:
/ unittests
static GPOS_RESULT EresUnittest();
static GPOS_RESULT EresUnittest_RunTests();
}; / class CBitmapTest
} / namespace gpopt
#endif / !GPOPT_CBitmapTest_H
/ EOF
相关信息
相关文章
greenplumn CArrayExpansionTest 源码
greenplumn CCollapseProjectTest 源码
greenplumn CConstTblGetTest 源码
greenplumn CDirectDispatchTest 源码