Liu Jicong
3ae79a77c7
enh(stream): fix create stb in stream
2022-05-07 01:47:45 +08:00
Haojun Liao
8ffdd1b715
other: merged with 3.0 branch.
2022-05-06 17:26:52 +08:00
Haojun Liao
4e90982c22
fix(query): sort according to the generated column data in order by operator.
2022-05-06 17:23:20 +08:00
shenglian zhou
8e0eda6c0c
Merge branch '3.0' of github.com:taosdata/TDengine into feature/udf
2022-05-05 19:52:07 +08:00
shenglian zhou
a0c92acd56
deal with not all columns has agg
2022-05-05 19:50:49 +08:00
Liu Jicong
6258e5b534
merge from 3.0
2022-05-05 19:04:14 +08:00
Liu Jicong
a5706ea7e5
feat(stream): insert data
2022-05-05 18:57:09 +08:00
Cary Xu
5b71178844
feat: rollup data storage
2022-05-02 09:37:24 +08:00
Cary Xu
c7ca57f557
feat: rollup data submit
2022-05-02 00:30:47 +08:00
Haojun Liao
c52ca4cce8
refactor: do some internal refactor.
2022-04-30 15:45:10 +08:00
Haojun Liao
2bbeeb5c5b
refactor: do some internal refactor.
2022-04-30 15:44:06 +08:00
Haojun Liao
912e0df6bb
fix(query): set the correct memory buffer size when merging two column data.
2022-04-30 15:31:43 +08:00
Haojun Liao
498cbc62fc
fix(query): update the capacity for ssdatablock when merge new blocks.
2022-04-30 15:13:18 +08:00
Haojun Liao
c71c88a719
enh(query): enable check sma status for each column in query.
2022-04-29 20:07:33 +08:00
Haojun Liao
878bb18d08
fix(query): the null value is missing when merging two SColumnInfoData.
2022-04-27 19:59:50 +08:00
Haojun Liao
02cee2ba62
refactor: do some internal refactor.
2022-04-27 10:11:32 +08:00
Haojun Liao
0f4da0ef57
fix(query): copy the hasNull attribute to destination SColumnInfoData.
2022-04-26 17:34:00 +08:00
Haojun Liao
0debaf1e41
fix(query): recalculate the length of all null constant column.
2022-04-26 15:05:03 +08:00
Haojun Liao
1d681a9e4b
enh(query): Add the group id in the serialized block format to support the multi-table(super table) interval query.
2022-04-24 20:48:42 +08:00
Haojun Liao
d28afa2bd9
refactor: do some internal refactor.
2022-04-22 15:26:02 +08:00
wangmm0220
0fb41733ea
refactor: merge from 3.0
2022-04-20 17:08:52 +08:00
wangmm0220
2133a2de1d
refactor: add test casese for json compare logic
2022-04-19 20:30:06 +08:00
Haojun Liao
a036d2f3ff
fix(query): fix the bug caused by refactor in first/last function implementation.
2022-04-19 13:07:23 +08:00
Haojun Liao
5b835514ee
Merge branch '3.0' into feature/3.0_liaohj
2022-04-19 10:15:48 +08:00
Haojun Liao
9d1a9d9510
fix(query): avoid the output result overlap within the project operator buffer.
2022-04-18 19:27:41 +08:00
Ganlin Zhao
00ae854c78
fix(query): fix time function related bugs ( #11604 )
...
* fix(query): fix timediff args cannot be integer values
TD-14798
* fix(query): fix timediff/timetruncate/to_unixtimestamp handling NULL value and empty string
TD-14802
TD-14803
* refactor(query): constant NULL value processing logic
TD-14802
TD-14803
* refactor(query): support timefunction arithmetic operation with boolean
constant
2022-04-18 19:20:08 +08:00
Haojun Liao
79596698ab
other: resolve conflict with 3.0 branch.
2022-04-14 16:51:46 +08:00
Haojun Liao
928a977354
ehn(query): enhance the api of ssdatablock to support copy data while clone a new ssdatablock.
2022-04-14 15:33:37 +08:00
Ganlin Zhao
b355e2b3c8
feat(query): add today()/today() + duration in insert clause
...
TD-14243
2022-04-14 12:53:59 +08:00
Haojun Liao
20b36401ac
fix[query]:fix limit/offset bug.
2022-04-09 19:03:31 +08:00
Haojun Liao
6af7e1810f
Merge remote-tracking branch 'origin/3.0' into feature/3.0_liaohj
2022-04-09 11:56:45 +08:00
Haojun Liao
2523445452
<fix>[query]: refactor.
2022-04-09 11:55:59 +08:00
WANG MINGMING
41392e9e4a
Merge branch '3.0' into feature/TD-14422
2022-04-09 10:18:52 +08:00
Haojun Liao
fce5d48835
<fix>[query]: reset the null value bitmap before fetch next data block from tsdb. TD-14581.
2022-04-08 20:04:17 +08:00
wangmm0220
460d43f22c
<fix>: fix index map error from table scan to sort output
2022-04-08 16:53:09 +08:00
Haojun Liao
e77ecba753
[td-14493] fix bug in partition by.
2022-04-08 15:31:03 +08:00
wangmm0220
1f8d2ea446
<fix>: fix index map error from table scan to sort output
2022-04-08 14:17:32 +08:00
Haojun Liao
b984e12e4c
[td-14493] support partition by
2022-04-08 10:24:35 +08:00
wangmm0220
bb18e3c485
fix error in sort logic
2022-04-07 17:50:06 +08:00
wangmm0220
f72c983792
modify test case
2022-04-06 16:56:13 +08:00
wangmm0220
865a13c1c2
fix error in sort logic
2022-04-06 16:46:26 +08:00
wangmm0220
78acaed84e
fix error in sort logic
2022-04-06 15:44:14 +08:00
wangmm0220
ff21ecd364
optimize sort logic & fix memory leak
2022-04-06 11:43:17 +08:00
wangmm0220
411086c811
fix error in sort operation
2022-04-03 10:42:55 +08:00
wangmm0220
5aa3467e2b
merge from 3.0
2022-04-02 19:02:45 +08:00
wangmm0220
155b14388b
fix error in order by logic
2022-04-02 16:31:19 +08:00
wangmm0220
12c3a10a9b
fix error in order by logic & fix no return error
2022-04-02 14:29:43 +08:00
Haojun Liao
7b0dfc6c4e
[td-13039] support limit/offset
2022-04-01 17:21:24 +08:00
wangmm0220
69a5e55a24
[TD-14422]<fix> fix error in sort logic & add test case
2022-04-01 10:05:16 +08:00
Haojun Liao
39036ea512
[td-13039] support pseudo column in interval query.
2022-03-30 13:41:15 +08:00
Haojun Liao
4b041a8bd4
[td-13039] support order by.
2022-03-28 19:08:07 +08:00
Haojun Liao
b9c33dade2
[td-13039] merge 3.0.
2022-03-27 15:30:46 +08:00
Liu Jicong
25344869a9
merge from 3.0
2022-03-26 14:52:39 +08:00
Liu Jicong
564236f230
refactor stream
2022-03-26 14:50:26 +08:00
Haojun Liao
400989c040
[td-13039] refactor scalar function.
2022-03-26 13:43:02 +08:00
afwerar
222db126bc
[TD-13758]<fix>: redefine memory api.
2022-03-26 00:29:53 +08:00
Liu Jicong
59a4eec186
stream extract to module
2022-03-25 20:19:09 +08:00
Haojun Liao
33d5f1ac22
Merge branch '3.0' into feature/3.0_liaohj
2022-03-23 10:02:47 +08:00
Haojun Liao
d82e66b7c2
[td-13039] merge 3.0 and fix bug.
2022-03-22 23:29:38 +08:00
Liu Jicong
af67c49f0e
Merge branch '3.0' into feature/tq
2022-03-22 19:25:55 +08:00
Liu Jicong
d3104e78ec
stream task exec
2022-03-22 18:00:03 +08:00
Xiaoyu Wang
ef125eaa40
merge 3.0
2022-03-22 04:29:54 -04:00
Liu Jicong
b08c3120bf
fix memory error
2022-03-21 23:36:21 +08:00
Haojun Liao
4a60b0e308
Merge branch 'feature/db_ser' into feature/3.0_liaohj
2022-03-21 15:25:52 +08:00
Xiaoyu Wang
9ca80596e4
merge 3.0
2022-03-21 02:00:30 -04:00
Haojun Liao
3aab21c0fa
[td-13039] fix bug in show tables/stables.
2022-03-19 00:13:07 +08:00
Xiaoyu Wang
c2b4ec91ff
tmq plan implement
2022-03-18 05:44:08 -04:00
Haojun Liao
a77239c1ad
[td-13039] refactor.
2022-03-17 14:58:53 +08:00
Haojun Liao
554f12db50
[td-13039] fix bugs.
2022-03-17 13:42:49 +08:00
Haojun Liao
2144b9f283
[td-13039] add null support.
2022-03-17 13:25:29 +08:00
Haojun Liao
ddaae71391
[td-13039] support write in and retrieve from vnode.
2022-03-17 13:11:06 +08:00
Shuduo Sang
23bef711fc
Feature/sangshuduo/td 13063 3.0 windows ( #10720 )
...
* [TD-13063]<feature>: 3.0 on Windows
* add pthread in contrib
* fix linux compile
* fix osSemaphore
* add gnu regex for Windows
* fix compile error for Windows
* support arm platform
* port more OS files
* fix for Windows compile
* port more files
* fix macOS on x86_64
* port osFile
* port osSemaphone.h
* port osSocket.c
* port tconfig.c
* port ttimer.c
* add couple files
2022-03-15 21:35:04 +08:00
Haojun Liao
e06cdb0872
[td-13039] enable interval query on ordinary table.
2022-03-15 14:37:26 +08:00
Haojun Liao
459b0ef442
[td-13039] refactor.
2022-03-09 10:22:53 +08:00
Haojun Liao
92da01a8ba
[td-13039] refactor.
2022-03-04 13:25:39 +08:00