Xiaoyu Wang
|
6a50e9e271
|
Merge remote-tracking branch 'origin/3.0' into enh/3.0_planner_optimize
|
2022-11-16 10:58:06 +08:00 |
dapan1121
|
49a3623f1a
|
Merge pull request #18112 from taosdata/fix/TD-19892
fix(query): report error if certain function query stable has duplicate timestamps
|
2022-11-15 17:24:08 +08:00 |
Xiaoyu Wang
|
40c7562470
|
enh: optimize statement for querying the number of sub tables of the super table
|
2022-11-15 16:38:51 +08:00 |
Xiaoyu Wang
|
901c9b8f77
|
fix: some problems of parser
|
2022-11-14 16:53:01 +08:00 |
Ganlin Zhao
|
2b53f7be84
|
fix(query): report error if certain function query stable has duplicate
timestamps
TD-19892
|
2022-11-11 16:43:45 +08:00 |
Ganlin Zhao
|
eec1b0bfb0
|
fix(query): report error if certain function query stable has duplicate
timestamps
TD-19892
|
2022-11-11 16:22:31 +08:00 |
Ganlin Zhao
|
1cba568604
|
fix(query): report error if certain function query stable has duplicate
timestamps
TD-19892
|
2022-11-11 15:22:00 +08:00 |
Ganlin Zhao
|
a0e13e04fe
|
fix(query): add mode with selectivity rows
|
2022-11-03 18:27:43 +08:00 |
chenhaoran
|
5fc0e2341e
|
test:supplement muti-branch for query fuction testcase
|
2022-10-28 16:35:13 +08:00 |
Hui Li
|
4ac9c3694f
|
Merge pull request #17669 from taosdata/fix/coverage_glzhao
fix(query): comment out unused functions for code coverage
|
2022-10-26 20:49:21 +08:00 |
Ganlin Zhao
|
547e7694a8
|
fix(query): comment out unsed functions for code coverage
|
2022-10-26 15:06:56 +08:00 |
Ganlin Zhao
|
c3362223d9
|
fix(query): comment out unsed functions for code coverage
|
2022-10-26 13:39:56 +08:00 |
dapan1121
|
3fa1f535f1
|
Merge pull request #17609 from taosdata/fix/interpStable
fix: remove interp stable limitation and add test case
|
2022-10-26 09:59:42 +08:00 |
Ganlin Zhao
|
3125f3ea26
|
remove unused code
|
2022-10-25 16:42:52 +08:00 |
Ganlin Zhao
|
7fa93222f4
|
remove interp unused code
|
2022-10-25 16:40:56 +08:00 |
Ganlin Zhao
|
cf60bf98d6
|
fix: add elapsed partial/merge
|
2022-10-25 16:37:01 +08:00 |
Ganlin Zhao
|
3a4dc8f0da
|
Merge branch '3.0' into fix/coverity_glzhao
|
2022-10-25 09:47:46 +08:00 |
Ganlin Zhao
|
1935d349d4
|
fix: coverity issues
CID: 399493
|
2022-10-24 17:47:12 +08:00 |
dapan1121
|
af6a9aeb13
|
fix: remove interp stable limitation and add test case
|
2022-10-24 17:46:21 +08:00 |
Haojun Liao
|
f7fdeecc44
|
Merge branch '3.0' into feature/3_liaohj
|
2022-10-19 11:23:55 +08:00 |
Haojun Liao
|
c7c99ae346
|
fix(query): update last_row callback function.
|
2022-10-19 09:33:54 +08:00 |
Haojun Liao
|
e4940e82c5
|
fix(query): update last_row callback function.
|
2022-10-18 17:54:29 +08:00 |
Alex Duan
|
e2637ab6a7
|
fix(query): improve performance for first function x10 quickly
|
2022-10-18 17:22:41 +08:00 |
Xiaoyu Wang
|
0228caaa0d
|
enh: last cache optimize
|
2022-10-18 11:38:59 +08:00 |
Haojun Liao
|
c8b180b129
|
fix(query): update the cached last query.
|
2022-10-17 19:14:06 +08:00 |
Haojun Liao
|
68842b9c64
|
refactor: do some internal refactor.
|
2022-10-10 14:55:58 +08:00 |
Xiaoyu Wang
|
73642ac3a2
|
feat: sql command 'show table tags from table_name'
|
2022-09-29 16:16:49 +08:00 |
Xiaoyu Wang
|
8caa36299c
|
feat: add the _irowts pseudo column to output the timestamp of the interp
|
2022-09-27 15:23:24 +08:00 |
Xiaoyu Wang
|
0321b8c088
|
fix: avg function data scan optimization
|
2022-09-22 15:08:07 +08:00 |
Ganlin Zhao
|
0a6ec7c0d7
|
fix(query): restrict max/min function input type not including timestamp
type
|
2022-09-14 11:17:12 +08:00 |
Haojun Liao
|
717e6706bb
|
fix(query): add data required flag for avg against super table.
|
2022-09-09 14:26:44 +08:00 |
Ganlin Zhao
|
a34da949bc
|
fix(query): support timestap type in max/min function
TD-16780
|
2022-08-31 18:57:45 +08:00 |
Ganlin Zhao
|
c49aa8e1f9
|
fix(query): support timestap type in max/min function
TD-16780
|
2022-08-31 18:51:29 +08:00 |
Ganlin Zhao
|
0fbb4d7f9a
|
fix(query): restrict using JSON type as input in string functions
TD-18664
|
2022-08-26 16:18:21 +08:00 |
Ganlin Zhao
|
ab85eeaaaa
|
fix(query): restrict using JSON type as input in string functions
TD-18664
|
2022-08-26 16:15:08 +08:00 |
Ganlin Zhao
|
df2224988f
|
fix(query): restrict interp input type to numerical type only
TD-18487
|
2022-08-18 17:02:52 +08:00 |
Ganlin Zhao
|
cb4a40a7ca
|
fix error
|
2022-08-17 11:43:14 +08:00 |
Ganlin Zhao
|
b58402ba3b
|
fix(query): set proper ltrim/rtrim result schema bytes
TD-18431
|
2022-08-17 11:33:37 +08:00 |
Ganlin Zhao
|
cca1cacd35
|
fix(query): set proper ltrim/rtrim result schema bytes
TD-18431
|
2022-08-17 11:29:55 +08:00 |
Ganlin Zhao
|
4c654f8a17
|
fix(query): set proper ltrim/rtrim result schema bytes
TD-18431
|
2022-08-17 11:25:32 +08:00 |
slzhou
|
5b54707501
|
Merge branch '3.0' of github.com:taosdata/TDengine into szhou/fixbug
|
2022-08-12 14:19:32 +08:00 |
slzhou
|
3c27c8b8fd
|
fix: sample/top/bottom is not allowed with fill clause
|
2022-08-12 10:20:09 +08:00 |
Ganlin Zhao
|
c017e4387f
|
fix(query): forbid interp in super table query
TD-18331
|
2022-08-11 16:17:38 +08:00 |
Xiaoyu Wang
|
0829f6611c
|
Merge remote-tracking branch 'origin/feature/3.0_query_optimize' into feature/3.0_query_optimize_wxy
|
2022-08-09 10:20:32 +08:00 |
Xiaoyu Wang
|
7e1917f105
|
enh: refine the data requirements of the partition physical plan
|
2022-08-09 09:55:03 +08:00 |
Haojun Liao
|
4d8842c21f
|
other:merge 3.0
|
2022-08-08 16:37:37 +08:00 |
Xiaoyu Wang
|
5ae9fdff7a
|
enh: increase explain output, enhance debugging function
|
2022-08-08 10:00:10 +08:00 |
Ganlin Zhao
|
e808f67518
|
Merge branch '3.0' into fix/TD-18115
|
2022-08-05 10:03:17 +08:00 |
Haojun Liao
|
3a5fcefc8d
|
other: merge 3.0
|
2022-08-04 17:24:51 +08:00 |
Xiaoyu Wang
|
a068db58a1
|
fix: the problem that drop stable does not clear the catalog cache
|
2022-08-04 15:09:56 +08:00 |