greenplumn CScalarIsDistinctFromTest 源码

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

greenplumn CScalarIsDistinctFromTest 代码

文件路径:/src/backend/gporca/server/include/unittest/gpopt/operators/CScalarIsDistinctFromTest.h

#ifndef GPOPT_CScalarIsDistinctFromTest_H
#define GPOPT_CScalarIsDistinctFromTest_H

#include "gpos/types.h"

namespace gpopt
{
class CScalarIsDistinctFromTest
{
public:
	static gpos::GPOS_RESULT EresUnittest();
};
}  // namespace gpopt
#endif	// GPOPT_CScalarIsDistinctFromTest_H

相关信息

greenplumn 源码目录

相关文章

greenplumn CContradictionTest 源码

greenplumn CExpressionPreprocessorTest 源码

greenplumn CExpressionTest 源码

greenplumn CLogicalGbAggTest 源码

greenplumn CPredicateUtilsTest 源码

0  赞