提交 b9bfe35a 编写于 作者: G Ganlin Zhao

[TD-11216]<feature>: Time window related keywords

上级 37b2ae70
......@@ -400,10 +400,6 @@ do { \
#define TSDB_QUERY_TYPE_STMT_INSERT 0x800u // stmt insert type
#define TSDB_QUERY_TYPE_NEST_SUBQUERY 0x1000u // nested sub query
#define TSDB_TSWIN_START_FLAG 0x01u
#define TSDB_TSWIN_STOP_FLAG 0x02u
#define TSDB_TSWIN_DURATION_FLAG 0x04u
#define TSDB_QUERY_HAS_TYPE(x, _type) (((x) & (_type)) != 0)
#define TSDB_QUERY_SET_TYPE(x, _type) ((x) |= (_type))
#define TSDB_QUERY_CLEAR_TYPE(x, _type) ((x) &= (~_type))
......
......@@ -95,7 +95,6 @@ typedef struct SInterval {
int64_t interval;
int64_t sliding;
int64_t offset;
uint8_t winFlag;
} SInterval;
typedef struct SSessionWindow {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册