提交 2bc3da18 编写于 作者: G Ganlin Zhao

"[TD-11220]<feature>(query): time related functions"

上级 d6dde36c
...@@ -2333,7 +2333,7 @@ void vectorTimeFunc(int16_t functionId, tExprOperandInfo *pInputs, int32_t numIn ...@@ -2333,7 +2333,7 @@ void vectorTimeFunc(int16_t functionId, tExprOperandInfo *pInputs, int32_t numIn
char *newColData = calloc(1, charLen / TSDB_NCHAR_SIZE + 1); char *newColData = calloc(1, charLen / TSDB_NCHAR_SIZE + 1);
int len = taosUcs4ToMbs(varDataVal(inputData[0]), charLen, newColData); int len = taosUcs4ToMbs(varDataVal(inputData[0]), charLen, newColData);
if (len < 0){ if (len < 0){
uError("vectorTimeFunc taosUcs4ToMbs error 1"); uError("vectorTimeFunc taosUcs4ToMbs error");
tfree(newColData); tfree(newColData);
return; return;
} }
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册