Files
Mijamind cb3fa65c63 【资源池化】openGauss算子下推特性合入
1.opengauss内核适配
2.ndpplugin
2023-05-16 21:03:02 +08:00

24 lines
612 B
C

/* -------------------------------------------------------------------------
* ndpnodes.h
* prototypes for functions in contrib/ndpplugin/ndpoutfuncs.cpp
*
* Portions Copyright (c) 2022 Huawei Technologies Co.,Ltd.
*
* IDENTIFICATION
* contrib/ndpplugin/ndpnodes.h
*
* -------------------------------------------------------------------------
*/
#ifndef NDPNODES_H
#define NDPNODES_H
#include "postgres.h"
#include "commands/extension.h"
#include "ndp/ndp_nodes.h"
void stateToString(NdpPlanState* node, StringInfo str);
void queryToString(NdpQuery* node, StringInfo str);
#endif // NDPNODES_H