提交 029444e1 编写于 作者: S slzhou

fix: use const for name and path in SScriptUdfInfo

上级 32ccc796
......@@ -271,7 +271,7 @@ typedef enum EUdfFuncType {
} EUdfFuncType;
typedef struct SScriptUdfInfo {
char *name;
const char *name;
EUdfFuncType funcType;
int8_t scriptType;
......@@ -279,7 +279,7 @@ typedef struct SScriptUdfInfo {
int32_t outputLen;
int32_t bufSize;
char *path;
const char *path;
} SScriptUdfInfo;
typedef int32_t (*TScriptUdfScalarProcFunc)(SUdfDataBlock *block, SUdfColumn *resultCol, void *udfCtx);
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册