dapan1121
d77147d296
Merge remote-tracking branch 'origin/3.0' into feat/TD-30268
2024-12-06 17:43:19 +08:00
Jinqing Kuang
c2256e9443
feat(query)[TS-5058]: support AUTO OFFSET in INTERVAL clause
...
Add the AUTO keyword, which allows automatic determination of the
INTERVAL OFFSET based on the WHERE condition. It simplifies usage by
allowing users to rely on the system to infer the correct offset
without manual specification.
2024-12-04 10:06:47 +08:00
wangjiaming0909
3239a10b76
support interp fill extension
2024-11-28 20:30:53 +08:00
dapan1121
34cfca745b
fix: duplicated clientId issue
2024-11-13 19:19:00 +08:00
Jinqing Kuang
43a337ef74
enh(query)[TD-32732]: add client Id generation and usage
...
To address the issue of non-unique identifiers for query tasks, a unique
client ID (cid) is now generated during client initialization. This cid
is included in every task message sent to the server. The server will
use a composite key of <qid, cid, tid, eid> to uniquely identify each
query task.
2024-11-07 08:47:31 +08:00
54liuyao
cea454b002
Merge branch '3.0' of https://github.com/taosdata/TDengine into fix/TD-30837
2024-10-24 19:24:55 +08:00
Shengliang Guan
402a9ad0d5
Merge pull request #28440 from taosdata/feat/3.0/TD-29667
...
fix fill with pesudo column exprs
2024-10-24 16:42:30 +08:00
wangjiaming0909
d1d6689684
add not fill exprs for fill operator
2024-10-23 15:16:16 +08:00
54liuyao
3365da365f
Merge branch '3.0' of https://github.com/taosdata/TDengine into fix/TD-30837
2024-10-22 10:17:49 +08:00
54liuyao
944457d7a6
Merge branch '3.0' of https://github.com/taosdata/TDengine into fix/TD-30837
2024-10-16 12:09:17 +08:00
Shengliang Guan
3003e7286e
feat: data analysis
2024-10-15 10:00:38 +08:00
Shengliang Guan
9f05ca5ee8
revert: data analysis
2024-10-14 23:27:11 +08:00
54liuyao
9377450199
Merge branch '3.0' of https://github.com/taosdata/TDengine into fix/TD-30837
2024-10-14 13:55:05 +08:00
Shengliang Guan
234bf4b332
feat: analysis plan
2024-10-09 17:58:46 +08:00
54liuyao
df8cfa65c2
Merge branch '3.0' of https://github.com/taosdata/TDengine into fix/TD-30837
2024-09-27 11:37:37 +08:00
xsren
18bc5a048f
taosStrndup
2024-09-26 14:46:53 +08:00
54liuyao
d44529e62f
Merge branch '3.0' of https://github.com/taosdata/TDengine into fix/TD-30837
2024-09-25 15:12:15 +08:00
lyh250-666
69d62454d7
enh:modify error code passing
2024-09-20 17:48:04 +08:00
54liuyao
7c32cc7796
Merge branch '3.0' of https://github.com/taosdata/TDengine into fix/TD-30837
2024-09-12 09:08:40 +08:00
lyh250-666
01bae36e82
enh:modify error code passing in libs/
2024-09-10 18:42:00 +08:00
54liuyao
141de6e19b
Merge branch '3.0' of https://github.com/taosdata/TDengine into fix/TD-30837
2024-08-14 19:21:59 +08:00
sima
a54019211f
feat:[TS-4893] Support MYSQL functions.
...
Add more functions:
- Numeric Functions: PI(),ROUND(),TRUNC(),EXP(),LN(),SIGN(),DEGREES(),RADIANS().
- String Functions: CHAR(),ASCII(),POSITION(),TRIM(),REPLACE(),REPEAT().
- Date and Time Functions: WEEKDAY(),DAYOFWEEK(),WEEK(),WEEKOFYEAR().
- Aggregate Functions: VAR_POP().
Modify some functions:
- ROUND(): support round to given decimal places.
- CHAR_LENGTH(): support calculate multi-byte character's length.
- TIMEDIFF(): result will be negative when expr1 < expr2.
- STDDEV(): add alias name STDDEV_POP().
- SUBSTR(): add alias name SUBSTRING().
support new syntax SUBSTRING/SUBSTR(expr FROM pos [FOR len]).
2024-08-14 09:19:25 +08:00
54liuyao
0bd8c57049
Merge branch '3.0' of https://github.com/taosdata/TDengine into fix/TD-30837
2024-07-29 09:24:40 +08:00
wangjiaming0909
1994c3339b
nodes add ret check
2024-07-26 17:55:48 +08:00
54liuyao
1c9011e820
stream time slice
2024-07-12 11:03:45 +08:00
wangjiaming0909
fa85d1caa7
support other tsma funcs
2024-04-16 14:23:25 +08:00
dapan1121
55d118d17c
Merge remote-tracking branch 'origin/3.0' into feat/TD-27337
2024-04-16 09:12:04 +08:00
dapan1121
319ab5f2c2
enh: support hash join
2024-04-12 15:44:23 +08:00
dapan1121
86db8efcda
enh: support hash join
2024-04-10 19:27:36 +08:00
54liuyao
1240a4eb77
Merge branch 'feat/TS-4243-3.0' of https://github.com/taosdata/TDengine into feat/ly-TS-4243-3.0
2024-04-07 09:37:09 +08:00
kailixu
1e8aaa273e
chore: more logic for num of pks
2024-04-03 16:32:59 +08:00
54liuyao
a60f390cdc
stream primary key
2024-03-21 10:50:07 +08:00
slzhou
1da0def82d
fix: add isPk to SColumnNode
2024-03-20 13:09:59 +08:00
slzhou
61f91b57fa
fix: column node and function node util copy/json/msg
2024-03-19 17:19:14 +08:00
dapan1121
6e674bc1de
Merge remote-tracking branch 'origin/3.0' into feat/TD-27337
2024-03-15 18:11:37 +08:00
shenglian zhou
3db2c1edf5
feat: add hint smalldata_ts_sort to disable row id sort
2024-03-08 14:36:55 +08:00
dapan1121
97aca25633
enh: support group join
2024-02-23 17:59:45 +08:00
dapan1121
a745319b81
Merge remote-tracking branch 'origin/3.0' into feat/TD-27337
2024-02-23 08:59:16 +08:00
dapan1121
807bba9215
fix: window join issues
2024-02-22 18:59:10 +08:00
dapan1121
ba41231373
Merge pull request #24614 from taosdata/szhou/tms/port-3
...
feat: multi-readers and one merge tree
2024-02-21 10:00:52 +08:00
dapan1121
98ed2458ea
Merge remote-tracking branch 'origin/3.0' into feat/TD-27337
2024-02-20 17:39:51 -08:00
dapan1121
b26716f2e8
Merge remote-tracking branch 'origin/3.0' into feat/TD-27337
2024-02-18 22:15:43 -08:00
54liuyao
b53dc5602e
Merge branch '3.0' of https://github.com/taosdata/TDengine into 3.0
2024-02-19 10:58:20 +08:00
wangmm0220
a8e45440c0
fix:conflicts from 3.0
2024-02-18 18:02:14 +08:00
54liuyao
c588770699
Merge branch '3.0' of https://github.com/taosdata/TDengine into feat/TD-22023
2024-02-05 15:10:34 +08:00
kailixu
a9316c3710
feat: support uniq grant
2024-02-04 12:28:00 +08:00
shenglian zhou
f77b602da9
fix: change from seq_blocks_sort to para_tables_sort
2024-02-02 14:45:04 +08:00
dapan1121
ab87953362
enh: support window join
2024-02-01 14:58:08 +08:00
shenglian zhou
7dcb477933
feat: add front end for ordered blocks in mem sort
2024-02-01 09:38:35 +08:00
54liuyao
9e86dfaee7
stream count window sliding
2024-01-26 15:56:26 +08:00