shenglian-zhou
|
d9621d0f09
|
Merge pull request #15942 from taosdata/szhou/fixbug
fix: return init agg failure when create operators to avoid coredump
|
2022-08-11 07:54:42 +08:00 |
Haojun Liao
|
d8455841e0
|
refactor: do some internal refactor.
|
2022-08-10 20:12:32 +08:00 |
slzhou
|
668a78a79f
|
fix: fix histogram not setting content when process all null columns
|
2022-08-10 18:02:43 +08:00 |
Xiaoyu Wang
|
07ef00e89f
|
merge 3.0
|
2022-08-09 11:36:08 +08:00 |
Haojun Liao
|
4d8842c21f
|
other:merge 3.0
|
2022-08-08 16:37:37 +08:00 |
slzhou
|
e9f79254fb
|
fix: merge spread into output when input spread has result
|
2022-08-08 15:23:55 +08:00 |
slzhou
|
580b2e587b
|
fix: set selectivity value for the null group
|
2022-08-06 14:29:12 +08:00 |
slzhou
|
b2c8d2161f
|
fix: all null value group with all null out
|
2022-08-06 10:47:15 +08:00 |
Haojun Liao
|
3a5fcefc8d
|
other: merge 3.0
|
2022-08-04 17:24:51 +08:00 |
Haojun Liao
|
3566e8cf46
|
enh(query): diff support timestamp column type.
|
2022-08-04 15:02:05 +08:00 |
Haojun Liao
|
c253ea73e1
|
fix(query): fix the null not returns problem.
|
2022-08-03 19:17:07 +08:00 |
Ganlin Zhao
|
479367207b
|
fix(query): add interp param check
TD-18113
|
2022-08-03 18:58:47 +08:00 |
Ganlin Zhao
|
4601fd0bfd
|
Merge branch '3.0' into fix/TD-18010
|
2022-08-02 15:37:29 +08:00 |
Ganlin Zhao
|
b323d508e6
|
fix(query): fix apercentile crash in stream concurrent insert
TD-18010
|
2022-08-02 15:34:33 +08:00 |
Ganlin Zhao
|
081695668d
|
refactor apercentile logs
|
2022-08-02 15:33:41 +08:00 |
Ganlin Zhao
|
30ab3a1bb2
|
Merge pull request #15647 from taosdata/fix/TD-17799
fix(query): fix apercentile crash when result is 0 rows and used with other non-null result functions
|
2022-08-01 19:07:56 +08:00 |
Ganlin Zhao
|
0dbe26f8bb
|
fix(query): fix apercentile crash when input is all null columns and used
with other non-null result functions
TD-17799
TD-17967
|
2022-08-01 17:41:27 +08:00 |
Ganlin Zhao
|
3ebd338097
|
enh(query): add selectivity support for mavg functions
TD-18050
|
2022-08-01 15:41:05 +08:00 |
Ganlin Zhao
|
62407b9e9f
|
enh(query): add selectivity support for csum functions
TD-18050
|
2022-08-01 15:33:38 +08:00 |
Ganlin Zhao
|
b4fa0d61b4
|
enh(query): add selectivity support for statecount/stateduration
functions
TD-18050
|
2022-08-01 15:16:29 +08:00 |
Haojun Liao
|
9ee13ca254
|
other: merge 3.0
|
2022-07-29 18:03:42 +08:00 |
Haojun Liao
|
78bbfcb4bc
|
refactor: do some internal refactor and opt query performance.
|
2022-07-29 09:56:03 +08:00 |
Ganlin Zhao
|
b4a8408030
|
fix(query): fix max/min/sum null input output behavior to 0 rows
|
2022-07-28 11:41:05 +08:00 |
Ganlin Zhao
|
c0091afb01
|
Merge branch '3.0' into enh/TD-17659
|
2022-07-26 21:05:34 +08:00 |
Ganlin Zhao
|
63d8057ade
|
Merge branch '3.0' into enh/TD-17659
|
2022-07-26 20:23:13 +08:00 |
Ganlin Zhao
|
320525edf9
|
fix(query): fix max/min with null input
|
2022-07-26 20:20:39 +08:00 |
Ganlin Zhao
|
2dc24b2692
|
fix(query): fix max/min with null input
|
2022-07-26 20:14:22 +08:00 |
Ganlin Zhao
|
2884b36d5f
|
fix(query): fix sum(null) or sum(nullexpr) result to null
|
2022-07-26 20:07:28 +08:00 |
shenglian-zhou
|
fd2a53d174
|
Merge pull request #15415 from taosdata/szhou/fix/udf
fix: set null when all inputs are null for leastsquare function
|
2022-07-26 15:57:25 +08:00 |
shenglian zhou
|
662a9997c1
|
fix: set null when all inputs are null for leastsquare function
|
2022-07-26 10:39:58 +08:00 |
Ganlin Zhao
|
e8da4f429c
|
enh(query): add derivative function selectivity
TD-17659
|
2022-07-25 16:04:28 +08:00 |
Ganlin Zhao
|
8537449f90
|
fix diff function selectivity output index
|
2022-07-25 15:54:36 +08:00 |
Ganlin Zhao
|
db48f118a1
|
enh(query): add selectivity for diff function
TD-17659
|
2022-07-25 15:34:46 +08:00 |
Ganlin Zhao
|
168340da8d
|
Merge pull request #15318 from taosdata/fix/TD-17734
fix(query): fix apercentile combine crash in stream
|
2022-07-23 10:12:57 +08:00 |
Xiaoyu Wang
|
863ed594c9
|
Merge pull request #15315 from taosdata/feature/3.0_debug_wxy
fix: plan problem when functions that requires a timeline is used in a partition by query
|
2022-07-23 09:11:59 +08:00 |
Ganlin Zhao
|
2e85180c56
|
fix(query): fix apercentile combine crash in stream
TD-17734
|
2022-07-22 20:53:28 +08:00 |
Xiaoyu Wang
|
27c71155cc
|
fix: plan problem when functions that requires a timeline is used in a partition by query
|
2022-07-22 20:29:52 +08:00 |
Xiaoyu Wang
|
b97c440fe6
|
Merge pull request #15295 from taosdata/feature/3.0_debug_wxy
fix: plan problem when functions that requires a timeline is used directly in a super table
|
2022-07-22 18:50:27 +08:00 |
Xiaoyu Wang
|
1be414354d
|
fix: plan problem when functions that requires a timeline is used directly in a super table
|
2022-07-22 17:06:08 +08:00 |
54liuyao
|
47cb043f4c
|
feat(stream):optimize update scan range
|
2022-07-22 16:55:14 +08:00 |
Haojun Liao
|
72bbc27e8c
|
fix(query): remove the invalid update ops.
|
2022-07-22 10:50:54 +08:00 |
Haojun Liao
|
dae00fd10c
|
Merge pull request #15221 from taosdata/feature/3_liaohj
refactor(query): do some internal refactor and add some logs.
|
2022-07-21 11:14:56 +08:00 |
Haojun Liao
|
40f5234959
|
fix(query):update the log.
|
2022-07-20 19:25:21 +08:00 |
Haojun Liao
|
abfa6d9162
|
refactor(query): do some internal refactor and add some logs.
|
2022-07-20 22:38:19 +08:00 |
Ganlin Zhao
|
9fa47f7e67
|
fix(query): twa function handling null constant or all null column
TD-17562
|
2022-07-20 13:31:57 +08:00 |
Ganlin Zhao
|
26c6db230e
|
fix(query): twa function handling null constant or all null column
TD-17562
|
2022-07-20 13:22:49 +08:00 |
Xiaoyu Wang
|
68dd74bcb3
|
Merge pull request #15117 from taosdata/feature/3.0_debug_wxy
feat: sql command 'show tags from table_name'
|
2022-07-19 19:49:59 +08:00 |
Xiaoyu Wang
|
6d5d6746f2
|
feat: sql command 'show tags from table_name'
|
2022-07-19 18:51:06 +08:00 |
Xiaoyu Wang
|
1ad25d9e98
|
feat: sql command 'show tags from table_name'
|
2022-07-19 16:25:45 +08:00 |
Ganlin Zhao
|
ed51c8e329
|
fix(query): fix mode function processing all null column
TD-17024
|
2022-07-19 14:54:18 +08:00 |