greenplumn planner_test_helpers 源码
greenplumn planner_test_helpers 代码
文件路径:/src/test/modules/test_planner/src/planner_test_helpers.h
#ifndef PLANNER_TEST_HELPERS_H
#define PLANNER_TEST_HELPERS_H
#include "postgres.h"
#include "catalog/pg_type.h"
#include "optimizer/planner.h"
extern Query *make_query(const char *query_string);
extern Plan *get_first_subplan(PlannedStmt *plannedStmt);
extern TargetEntry *get_target_entry_from_root_plan_node(PlannedStmt *plannedstmt);
#endif //PLANNER_TEST_HELPERS_H
相关信息
相关文章
0
赞
热门推荐
-
2、 - 优质文章
-
3、 gate.io
-
8、 golang
-
9、 openharmony
-
10、 Vue中input框自动聚焦