Ganlin Zhao
|
991365802b
|
enable spread splitting
|
2022-06-08 16:35:32 +08:00 |
Ganlin Zhao
|
dad3dd4f97
|
fix bugs
|
2022-06-08 16:35:13 +08:00 |
Ganlin Zhao
|
183fcac013
|
add spread splitting translate fucntions
|
2022-06-08 16:34:37 +08:00 |
Ganlin Zhao
|
ad895c243d
|
enh(query): add spread function distributed splitting
|
2022-06-08 16:34:23 +08:00 |
Ganlin Zhao
|
b6eaec2ad4
|
Merge branch '3.0' into feature/dist_split_glzhao
|
2022-06-08 11:13:24 +08:00 |
Ganlin Zhao
|
b93ea371a6
|
Merge branch '3.0' of github.com:taosdata/TDengine into 3.0
|
2022-06-08 11:13:08 +08:00 |
54liuyao
|
262a221c12
|
distributed interval
|
2022-06-08 09:33:11 +08:00 |
Ganlin Zhao
|
367af0ec30
|
fix bugs
|
2022-06-07 19:55:55 +08:00 |
Ganlin Zhao
|
351ac2d81c
|
fix bugs
|
2022-06-07 19:16:40 +08:00 |
Ganlin Zhao
|
e6a852090f
|
add apercentile distributed spliting
|
2022-06-07 18:42:20 +08:00 |
Ganlin Zhao
|
dff653ed16
|
add apercentile distributed spliting
|
2022-06-07 16:54:08 +08:00 |
Ganlin Zhao
|
49b277e64b
|
refactor
|
2022-06-07 14:12:12 +08:00 |
Ganlin Zhao
|
12f4bc3c90
|
refactor
|
2022-06-07 11:45:55 +08:00 |
Ganlin Zhao
|
384f226267
|
Merge branch '3.0' of github.com:taosdata/TDengine into 3.0
|
2022-06-07 11:27:09 +08:00 |
Ganlin Zhao
|
5d543449c9
|
enh(query): add distributed splitting of aggregate function
TD-16321
|
2022-06-07 11:23:19 +08:00 |
Xiaoyu Wang
|
8ba9496471
|
feat: add physical plannode of indefinite rows func
|
2022-06-04 22:57:01 +08:00 |
Ganlin Zhao
|
077724b892
|
Merge pull request #13423 from taosdata/fix/TD-16232
fix(query): concat/concat_ws function output incorrect when all params are constant and include NULL value.
|
2022-06-02 18:49:35 +08:00 |
Ganlin Zhao
|
de167cd46d
|
fix(query): concat/concat_ws function output incorrect when
all param are constant and include NULL value.
TD-16232
TD-16233
|
2022-06-02 10:17:07 +00:00 |
Xiaoyu Wang
|
6c5ec22718
|
Merge pull request #13417 from taosdata/feature/3.0_wxy
feat: stream interval distributed split
|
2022-06-02 17:21:04 +08:00 |
Xiaoyu Wang
|
f9b7443482
|
feat: stream interval distributed split
|
2022-06-02 16:38:44 +08:00 |
Xiaoyu Wang
|
f45ddaf1c8
|
feat: stream interval distributed split
|
2022-06-02 16:37:46 +08:00 |
Liu Jicong
|
77fe6a4ef7
|
Merge branch '3.0' into feature/3_liaohj
|
2022-06-02 15:05:49 +08:00 |
Xiaoyu Wang
|
cd7d3c59a2
|
Merge pull request #13403 from taosdata/feature/3.0_distributed_split
feat: interval distributed split
|
2022-06-02 11:07:42 +08:00 |
Xiaoyu Wang
|
edd0295a00
|
feat: interval distributed split
|
2022-06-02 10:45:27 +08:00 |
Ganlin Zhao
|
adc1030197
|
Merge pull request #13393 from taosdata/fix/TD-16070
feat(query): add log function support natural logarithm
|
2022-06-01 22:38:15 +08:00 |
Ganlin Zhao
|
2c0f42c2be
|
Merge pull request #13390 from taosdata/fix/TD-16070
fix(query): concat/concat_ws function null constant handling and param check
|
2022-06-01 21:54:51 +08:00 |
Ganlin Zhao
|
98b40a59a0
|
feat(query): add log function support natural logrithm
TD-15182
|
2022-06-01 13:52:01 +00:00 |
Ganlin Zhao
|
f566146cc9
|
fix(query): fix concat_ws separator param can only be constant string
TD-16070
|
2022-06-01 12:50:25 +00:00 |
Ganlin Zhao
|
a00ea8e48d
|
enh(query): to_iso8601 param handing
|
2022-06-01 10:27:11 +00:00 |
Ganlin Zhao
|
3d6147fd9c
|
fix(query): fix to_iso8601 timezone param check
|
2022-06-01 14:58:10 +08:00 |
Ganlin Zhao
|
a9787ea446
|
enh(query): to_iso8601 add customized timzone format
TD-16152
|
2022-06-01 12:16:06 +08:00 |
Ganlin Zhao
|
11e55389b1
|
fix: fix typo
|
2022-05-31 06:54:27 -04:00 |
Ganlin Zhao
|
93a3c27168
|
fix(query): restrict stateduration function time unit parameter greater
than db precision.
TD-16171
|
2022-05-31 06:44:44 -04:00 |
Ganlin Zhao
|
5344ab10f2
|
fix((query): add statecount/stateduration parameter check
TD-16160
|
2022-05-31 06:26:46 -04:00 |
Haojun Liao
|
6007b8ad11
|
Merge branch 'feature/3_liaohj' of github.com:taosdata/tdengine into feature/3_liaohj
|
2022-05-31 12:12:59 +08:00 |
Haojun Liao
|
c06316537e
|
enh(query): the results of count and hyperloglog is configurable.
|
2022-05-31 15:04:52 +08:00 |
Haojun Liao
|
15f5713bda
|
Merge remote-tracking branch 'origin/3.0' into feature/3_liaohj
|
2022-05-31 11:50:04 +08:00 |
Xiaoyu Wang
|
3e5ab6b54c
|
feat: add physical plannode of indefinite rows func
|
2022-05-31 11:29:10 +08:00 |
Ganlin Zhao
|
fa0d370828
|
Merge pull request #13241 from taosdata/TD-16122/fix
fix(query): fix unique/last/first number of param check
|
2022-05-31 00:03:12 +08:00 |
Haojun Liao
|
a7feca23fe
|
other: merge 3.0
|
2022-05-30 23:32:00 +08:00 |
Ganlin Zhao
|
c630f42653
|
fix(query): fix unique function number of param check
TD-16134
|
2022-05-30 17:08:47 +02:00 |
Ganlin Zhao
|
d6998dc1a8
|
fix(query): fix unique/last/first number of param check
TD-16134
|
2022-05-30 14:57:29 +03:00 |
Ganlin Zhao
|
0a98735a08
|
Merge pull request #13235 from taosdata/TD-16122/fix
fix(query): fix multiple aggregate function issues
|
2022-05-30 17:48:52 +08:00 |
Ganlin Zhao
|
0b0042ff2a
|
fix(query): restrict statecount/stateduration first param to be column
only
TD-16128
|
2022-05-30 17:17:00 +08:00 |
Ganlin Zhao
|
a27d05f6e1
|
fix(query): change state_count/state_duration function name to
statecount/stateduration
TD-16110
|
2022-05-30 17:07:50 +08:00 |
Haojun Liao
|
1652cd0ec2
|
enh(query): enable twa function in select clause.
|
2022-05-29 12:35:11 +08:00 |
Ganlin Zhao
|
2512b98c5a
|
Merge pull request #13165 from taosdata/fix/TD-16098
fix(query): fix diff function bool type crash
|
2022-05-28 21:24:07 +08:00 |
Ganlin Zhao
|
94109a3173
|
fix(query): fix diff function bool type crash
TD-16098
|
2022-05-28 18:55:07 +08:00 |
Ganlin Zhao
|
9c3c2f4b65
|
Merge pull request #13154 from taosdata/fix/TD-16074
fix(query): fix apercentile parameter check
|
2022-05-28 15:56:30 +08:00 |
Ganlin Zhao
|
b350d0025d
|
Merge pull request #13144 from taosdata/fix/TD-15892
fix(query): restrict diff function ignore_negative types to integer
|
2022-05-28 14:42:52 +08:00 |