Commit graph

435 commits

Author SHA1 Message Date
Haojun Liao
96363c411d other: merge 3.0 2022-04-28 15:40:03 +08:00
Haojun Liao
47a9b26507 fix(query): show tables in information_schema db. 2022-04-28 15:30:18 +08:00
shenglian zhou
00509d0edf udaf integrate into function framework 2022-04-28 14:43:54 +08:00
Haojun Liao
707be3a826
Merge pull request #11965 from taosdata/feature/3.0_liaohj
fix(query): the null value is missing when merging two SColumnInfoData.
2022-04-27 20:50:10 +08:00
Haojun Liao
8c911a34ec Merge remote-tracking branch 'origin/3.0' into feature/3.0_liaohj 2022-04-27 20:24:49 +08:00
Haojun Liao
878bb18d08 fix(query): the null value is missing when merging two SColumnInfoData. 2022-04-27 19:59:50 +08:00
Haojun Liao
b159b0ff12
Merge pull request #11957 from taosdata/feature/3.0_liaohj
fix(query): enable the limitation on the number of query results
2022-04-27 19:24:27 +08:00
Haojun Liao
d41a9e8bf0 fix(query): enable the limitation on each group by using limit/offset. 2022-04-27 18:43:46 +08:00
Haojun Liao
1c08688da2 fix(query): return object instead of free it when error happens. 2022-04-27 18:12:26 +08:00
Haojun Liao
7c6bc10760 fix(query): enable the limitation on the number of query results within each group. 2022-04-27 17:52:39 +08:00
afwerar
bf9ab440a7 fix(os): fix new compilation errors. 2022-04-27 17:39:54 +08:00
Haojun Liao
3db512e08f refactor(query): do some internal refactor. 2022-04-27 16:37:19 +08:00
Haojun Liao
0444f0835e fix(query): add super table related information in show tables; 2022-04-27 15:31:04 +08:00
Haojun Liao
d62ddcf2db enh(query): add more information for the result of show tables. 2022-04-27 15:17:15 +08:00
Haojun Liao
02cee2ba62 refactor: do some internal refactor. 2022-04-27 10:11:32 +08:00
Haojun Liao
09fc0b791d refactor: do some internal refactor. 2022-04-26 20:26:32 +08:00
Haojun Liao
842b75cd9d Merge remote-tracking branch 'origin/3.0' into feature/3.0_liaohj 2022-04-26 14:10:45 +08:00
Haojun Liao
ab390ecee1 fix(query): add a null ptr check 2022-04-26 14:10:25 +08:00
Haojun Liao
13feb7dad9 refactor(query): do some internal refactor. 2022-04-26 13:53:11 +08:00
Haojun Liao
9b40ec72d6 fix(query): handle the optimized order by in tablescan operator. 2022-04-26 13:09:29 +08:00
Haojun Liao
43cdc8d878
Merge pull request #11840 from taosdata/feature/3.0_liaohj
fix(query): get the correct data block column number.
2022-04-25 17:53:31 +08:00
Haojun Liao
56f3c9bf61 fix(query): get the correct data block column number. 2022-04-25 17:12:28 +08:00
Haojun Liao
0468b12d56
Merge pull request #11839 from taosdata/feature/3.0_liaohj
refactor(query): do some internal refactor.
2022-04-25 17:09:14 +08:00
Haojun Liao
57b492624b refactor(query): do some internal refactor. 2022-04-25 16:44:48 +08:00
Cary Xu
d44611e220 feat: block wise sma aggr query 2022-04-25 15:58:44 +08:00
Ganlin Zhao
9122fb077b
Merge pull request #11828 from taosdata/fix/TD-15116
fix(query): count function result on stable inconsistant with normal table
2022-04-25 15:22:56 +08:00
Ganlin Zhao
970f2d788e fix(query): count function result on stable inconsistant with normal
table

TD-15116
2022-04-25 14:47:54 +08:00
Haojun Liao
7968144c5c refactor(query): do some internal refactor. 2022-04-25 10:22:48 +08:00
Haojun Liao
199a3610f7 fix: fix some syntax errors. 2022-04-25 09:44:39 +08:00
Haojun Liao
5eed1159b1 other: merge 3.0 2022-04-25 09:16:37 +08:00
Xiaoyu Wang
6d8566cad8
Merge pull request #11807 from taosdata/feature/3.0_wxy
enh: order by primary key optimize
2022-04-24 20:59:15 +08:00
Haojun Liao
1d681a9e4b enh(query): Add the group id in the serialized block format to support the multi-table(super table) interval query. 2022-04-24 20:48:42 +08:00
Ganlin Zhao
4ea06b37be
Merge pull request #11805 from taosdata/fix/TD-15107
fix(query): fix sum,count,max,min function no output when input is constant value
2022-04-24 20:39:51 +08:00
Xiaoyu Wang
755e0a6456 merge 3.0 2022-04-24 20:14:00 +08:00
Ganlin Zhao
8181ef84db fix(query): fix sum,count,max,min function no output when input is constant value
TD-15107
2022-04-24 19:21:09 +08:00
Xiaoyu Wang
809a78b06e enh: order by primary key optimize 2022-04-24 18:05:28 +08:00
yihaoDeng
b384167087 enh(rpc): fix hb problem 2022-04-23 18:29:45 +08:00
Haojun Liao
4b36763429 refactor(query): do some internal refactor. 2022-04-22 22:43:07 +08:00
Haojun Liao
978b369e8b fix(query): set timestamp window for the returned datablock. 2022-04-22 22:40:19 +08:00
Haojun Liao
e28b75b8d4 refactor(query): do some internal refactor. 2022-04-22 15:07:20 +08:00
Haojun Liao
20111df8e3 fix(query): comment unused codes. 2022-04-21 18:04:30 +08:00
Haojun Liao
9a038322b6 refactor(query): do some internal refactor. 2022-04-21 17:44:08 +08:00
Haojun Liao
a6e8ad6e4a fix(query): if one vgroup has no tables, query against this vgroup will receive unexpected error. 2022-04-21 17:43:46 +08:00
Haojun Liao
343988beeb refactor: do some internal refactor. 2022-04-20 14:59:06 +08:00
Haojun Liao
1f92000c48 fix(query): fix invalid write in distinct query. 2022-04-20 14:58:32 +08:00
Haojun Liao
f25a72e5c3 fix(query): fix the crash caused by the complex having clause in which an scalar function is nested with an aggregate function in group by query. 2022-04-19 18:45:28 +08:00
Haojun Liao
1c94bbb5e4 enh(query): set the status of stream scan operator. 2022-04-19 16:11:16 +08:00
Haojun Liao
a036d2f3ff fix(query): fix the bug caused by refactor in first/last function implementation. 2022-04-19 13:07:23 +08:00
Haojun Liao
2305b05869 refactor(query): do some internal refactor for executor. 2022-04-19 10:12:30 +08:00
Haojun Liao
9d1a9d9510 fix(query): avoid the output result overlap within the project operator buffer. 2022-04-18 19:27:41 +08:00