greenplumn funcs 源码
greenplumn funcs 代码
文件路径:/src/include/gpopt/utils/funcs.h
//---------------------------------------------------------------------------
//
// funcs.h
// API for invoking optimizer using GPDB udfs
//
// Copyright (c) 2019-Present VMware, Inc. or its affiliates.
//
//---------------------------------------------------------------------------
#ifndef GPOPT_funcs_H
#define GPOPT_funcs_H
extern "C" {
#include "postgres.h"
#include "fmgr.h"
#include "utils/builtins.h"
extern Datum DisableXform(PG_FUNCTION_ARGS);
extern Datum EnableXform(PG_FUNCTION_ARGS);
extern Datum LibraryVersion();
}
#endif // GPOPT_funcs_H
相关信息
相关文章
greenplumn CConstExprEvaluatorProxy 源码
greenplumn CMemoryPoolPalloc 源码
0
赞
热门推荐
-
2、 - 优质文章
-
3、 gate.io
-
8、 golang
-
9、 openharmony
-
10、 Vue中input框自动聚焦