提交 db66a5da 编写于 作者: H Haojun Liao

[td-225]

上级 26e708bc
...@@ -229,7 +229,6 @@ typedef struct SQueryInfo { ...@@ -229,7 +229,6 @@ typedef struct SQueryInfo {
// TODO refactor // TODO refactor
STimeWindow window; // query time window STimeWindow window; // query time window
SInterval interval; SInterval interval;
int32_t tz; // query client timezone
SSqlGroupbyExpr groupbyExpr; // group by tags info SSqlGroupbyExpr groupbyExpr; // group by tags info
SArray * colList; // SArray<SColumn*> SArray * colList; // SArray<SColumn*>
......
...@@ -63,6 +63,7 @@ static FORCE_INLINE int64_t taosGetTimestamp(int32_t precision) { ...@@ -63,6 +63,7 @@ static FORCE_INLINE int64_t taosGetTimestamp(int32_t precision) {
typedef struct SInterval { typedef struct SInterval {
int32_t tz; // query client timezone
char intervalUnit; char intervalUnit;
char slidingUnit; char slidingUnit;
char offsetUnit; char offsetUnit;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册