greenplumn transform 源码
greenplumn transform 代码
文件路径:/src/include/optimizer/transform.h
/*-------------------------------------------------------------------------
*
* transform.h
* Query transformation routines
*
* Portions Copyright (c) 2011-2013, EMC Corporation
* Portions Copyright (c) 2012-Present VMware, Inc. or its affiliates.
*
*
* IDENTIFICATION
* src/include/optimizer/transform.h
* Author: Siva
*-------------------------------------------------------------------------
*/
#ifndef TRANSFORM_H
#define TRANSFORM_H
#include "nodes/pathnodes.h"
#include "nodes/plannodes.h"
extern Query *normalize_query(Query *query);
#endif /* TRANSFORM_H */
相关信息
相关文章
0
赞
热门推荐
-
2、 - 优质文章
-
3、 gate.io
-
8、 golang
-
9、 openharmony
-
10、 Vue中input框自动聚焦