greenplumn gpcommon 源码
greenplumn gpcommon 代码
文件路径:/gpcontrib/gpcloud/include/gpcommon.h
#ifndef __GP_COMMON_H
#define __GP_COMMON_H
#include "s3common_headers.h"
// GPDB's global variable
extern bool S3QueryIsAbortInProgress(void);
#define EOL_STRING_MAX_LEN 4 // 'LF', 'CR', 'CRLF'
#define EOL_CHARS_MAX_LEN 2 // '\n', '\r', '\r\n'
extern char eolString[];
extern bool hasHeader;
// TODO change to functions getgpsegmentId() and getgpsegmentCount()
#endif
相关信息
相关文章
greenplumn decompress_reader 源码
0
赞
热门推荐
-
2、 - 优质文章
-
3、 gate.io
-
8、 golang
-
9、 openharmony
-
10、 Vue中input框自动聚焦