提交 9dcfba19 编写于 作者: dengyihao's avatar dengyihao

refactor index code

上级 47ff0e34
......@@ -26,6 +26,7 @@
#define SIF_ERR_RET(c) do { int32_t _code = c; if (_code != TSDB_CODE_SUCCESS) { terrno = _code; return _code; } } while (0)
#define SIF_RET(c) do { int32_t _code = c; if (_code != TSDB_CODE_SUCCESS) { terrno = _code; } return _code; } while (0)
#define SIF_ERR_JRET(c) do { code = c; if (code != TSDB_CODE_SUCCESS) { terrno = code; goto _return; } } while (0)
// clang-format on
typedef union {
uint8_t u8;
......@@ -64,7 +65,6 @@ typedef union {
dst = *(uint64_t *)val; \
} while (0);
// clang-format on
typedef struct SIFParam {
SHashObj *pFilter;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册