wangjiaming0909
|
c64f28087d
|
decimal test
|
2025-03-11 16:13:31 +08:00 |
wangjiaming0909
|
0f94a12252
|
support sum and avg for decimal type
|
2025-03-11 16:13:30 +08:00 |
wangjiaming0909
|
38bd11d034
|
decimal scalar comparision
|
2025-03-11 16:13:29 +08:00 |
wangjiaming0909
|
045f5b8c64
|
refactor GET_TYPED_DATA interface
|
2025-03-11 16:11:41 +08:00 |
facetosea
|
c4cc51b583
|
cols: use aggfunc
|
2025-02-16 01:15:12 +08:00 |
facetosea
|
3c0121ef1a
|
unused code
|
2025-02-11 07:38:12 +00:00 |
factosea
|
65e0990dc0
|
merge 3.0
|
2025-01-23 14:16:56 +08:00 |
wangmm0220
|
fc14fe4455
|
fix:[TS-5761] error for in operator
|
2024-12-19 18:23:34 +08:00 |
factosea
|
20f8d17c16
|
cols func
|
2024-12-19 10:48:40 +08:00 |
wangmm0220
|
24f8fa4e6b
|
Merge branch 'main' of https://github.com/taosdata/TDengine into fix/TS-5761-main
|
2024-12-18 13:41:00 +08:00 |
wangmm0220
|
e4447e7bdc
|
fix:[TS-5761] error for in operator
|
2024-12-16 19:22:25 +08:00 |
wangmm0220
|
ea9c5d3ce6
|
feat:[TD-32642] add timezone for connection support
|
2024-11-28 18:59:54 +08:00 |
wangmm0220
|
0e2a16d70f
|
feat:[TD-32642] add charset for connection support
|
2024-11-27 14:25:34 +08:00 |
wangmm0220
|
69da972796
|
feat:[TD-32642] add timezone logic
|
2024-11-22 18:31:51 +08:00 |
Jing Sima
|
06121e6c9d
|
fix:[TD-32184] fix compile error.
|
2024-10-14 11:00:20 +08:00 |
Jing Sima
|
11ed8a1540
|
fix:[TD-32184] Support backwards compatibility for function's result info.
|
2024-10-14 11:00:20 +08:00 |
Jing Sima
|
6231d46cc5
|
enh:[TD-32189] Add validation to prevent changes to resultinfo structure.
|
2024-10-12 15:14:59 +08:00 |
Jing Sima
|
ad7b2ddc1b
|
enh:[TD-32158] Free memory only when function need cleanup.
|
2024-09-24 11:35:36 +08:00 |
Jing Sima
|
02dd9c9160
|
fix:[TD-31818] fix memory leak allocated by mode function.
|
2024-09-03 17:34:23 +08:00 |
sima
|
6a9441528a
|
enh:[TD-31043] Handling return value in builtinsimpl.c
|
2024-07-23 15:37:17 +08:00 |
54liuyao
|
113cb57326
|
adj stream operator result
|
2024-07-17 19:35:35 +08:00 |
dapan1121
|
e4c624f286
|
Merge pull request #26489 from taosdata/fix/3.0/TD-30819
feat:[TD-30819] Reduce memory usage when use percentile with interval.
|
2024-07-11 13:35:39 +08:00 |
sima
|
f17c535ca0
|
feat:[TD-30819] Reduce memory usage when using percentile with interval.
|
2024-07-10 19:43:19 +08:00 |
factosea
|
5f0ac46029
|
diff
|
2024-07-04 11:04:59 +08:00 |
Haojun Liao
|
6898eba6ed
|
fix(stream): expand stream tasks are divided into two phase, the first is to build stream task and then expand stream task before start stream tasks.
|
2024-05-14 14:34:31 +08:00 |
54liuyao
|
1d42e927c6
|
Merge branch '3.0' of https://github.com/taosdata/TDengine into feat/TS-4243-3.0
|
2024-04-11 15:35:42 +08:00 |
54liuyao
|
e161556f51
|
set ts column index for function
|
2024-04-10 15:35:25 +08:00 |
slzhou
|
b504627830
|
fix: new group block to reset func input iter hasPrev
|
2024-03-29 17:01:56 +08:00 |
slzhou
|
a5ba546bd4
|
fix: add pk to funcInputGetNextRow
|
2024-03-25 15:12:34 +08:00 |
shenglian zhou
|
cee96e2048
|
feat: begin coding function
|
2024-03-19 13:57:12 +08:00 |
factosea
|
5d731dc9a4
|
fix: use blank data flag
|
2024-01-30 17:34:06 +08:00 |
facetosea
|
f010e18ff0
|
fix: LEASTSQUARES func result stack overflow
|
2024-01-17 18:28:00 +08:00 |
Alex Duan
|
1fa6cb8f69
|
coverage: isRowEntryCompleted had been called 5200w hits
|
2023-12-21 15:10:21 +08:00 |
yihaoDeng
|
a82856dff7
|
fix mem leak
|
2023-12-05 20:28:12 +08:00 |
liuyao
|
467c27c758
|
recover flush mark
|
2023-11-07 15:45:38 +08:00 |
yihaoDeng
|
0ef8afbdaa
|
support fill history
|
2023-06-16 09:32:38 +08:00 |
yihaoDeng
|
9f9171719a
|
support fill history
|
2023-06-15 21:29:52 +08:00 |
yihaoDeng
|
74d5f02969
|
fix invalid free
|
2023-06-05 04:56:07 +00:00 |
yihaoDeng
|
479a117266
|
Merge branch 'enh/dev3.0' into enh/addCompileError
|
2023-05-26 13:03:47 +00:00 |
Haojun Liao
|
0966213847
|
fix(arch): set the correct module api dependency.
|
2023-05-25 14:21:40 +08:00 |
kailixu
|
e976fcb91d
|
Merge branch '3.0' into enh/TD-21161-3.0
|
2023-04-07 17:51:35 +08:00 |
kailixu
|
37bc1bca36
|
enh: column/row max length support up to 64K
|
2023-04-03 17:00:52 +08:00 |
dapan1121
|
5f68b65675
|
fix: count elements number type issue
|
2023-03-29 11:20:37 +08:00 |
dapan1121
|
05c7bc170e
|
Merge pull request #20098 from taosdata/feat/TS-2671
feat(query): optimize percentile function performance
|
2023-02-23 10:24:06 +08:00 |
Ganlin Zhao
|
9102c7a42a
|
change repeat_scan to pre_scan
|
2023-02-22 10:22:10 +08:00 |
Ganlin Zhao
|
61de3b179a
|
Revert "add stats"
This reverts commit 09ce818223.
|
2023-02-22 10:04:28 +08:00 |
Ganlin Zhao
|
09ce818223
|
add stats
|
2023-02-20 19:35:06 +08:00 |
Haojun Liao
|
0030c4b5ee
|
refactor(query): opt perf by remove some functions.
|
2023-02-03 14:24:00 +08:00 |
Haojun Liao
|
645c45a274
|
refactor(query): opt perf by remove some functions.
|
2023-02-03 10:28:12 +08:00 |
Haojun Liao
|
9dd07cc1e1
|
other:merge main.
|
2023-01-06 12:54:26 +08:00 |