提交 1af6678c 编写于 作者: S shenglian zhou

fix merge error

上级 42fae6e2
...@@ -495,7 +495,6 @@ int32_t getResultDataInfo(int32_t dataType, int32_t dataBytes, int32_t functionI ...@@ -495,7 +495,6 @@ int32_t getResultDataInfo(int32_t dataType, int32_t dataBytes, int32_t functionI
// TODO use hash table // TODO use hash table
int32_t isValidFunction(const char* name, int32_t len) { int32_t isValidFunction(const char* name, int32_t len) {
<<<<<<< HEAD
for (int32_t i = 0; i < TSDB_FUNC_SCALAR_MAX_NUM; ++i) { for (int32_t i = 0; i < TSDB_FUNC_SCALAR_MAX_NUM; ++i) {
int32_t nameLen = (int32_t) strlen(aScalarFunctions[i].name); int32_t nameLen = (int32_t) strlen(aScalarFunctions[i].name);
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册