homework-jianmu/source/dnode/mnode/impl/inc
wangjiaming f50fcb85b8
feat(decimal): support decimal data type (#30060)
* decimal: create table

* decimal: add test case decimal.py

* decimal: add decimal.c

* support input decimal

* decimal test

* refactor svalue

* fix test cases

* add decimal unit test

* add decimal test cmake

* support insert and query decimal type

* define wide integer, support decimal128

* support decimal128 divide

* set decimal type expr res types

* scalar decimal

* convert to decimal

* fix decimal64/128 from str and to str

* fix decimal from str and decimal to str

* decimal simple conversion

* unit test for decimal

* decimal conversion and unit tests

* decimal + - * /

* decimal scalar ops and comparision

* start to refactor GET_TYPED_DATA

* support decimal max func, cast func

* refactor GET_TYPED_DATA interface

* decimal scalar comparision

* start to implement sum for decimal

* support sum and avg for decimal type

* decimal tests

* add decimal test

* decimal add test cases

* decimal use int256/int128

* decimal testing

* fix decimal table meta and add tests for decimal col streams

* fix create stream and create tsma

* test insert decimal values

* decimal from str

* test decimal input

* test parse decimal from string

* add taos_fetch_field_e api

* decimal insert tests

* test decimal operators

* decimal operator test

* feat:support decimal in raw block

* decimal operator tests

* decimal test

* feat:support decimal in raw block

* feat:support decimal in raw block

* feat:add schemaExt to SMqDataRsp

* feat:remove add schemaExt to SMqDataRsp

* feat:remove add schemaExt to SMqDataRsp

* feat:remove add schemaExt to SMqDataRsp

* decimal test operators

* decimal operator test

* test decimal operators

* test decimal compare operators

* decimal unary operator test

* decimal col with decimal col oper test

* test decimal col filtering

* fix decimal float operator test

* decimal test where filtering

* fix decimal filtering

* fix decimal order by

* fix decimal op test

* test decimal agg funcs

* test decimal functions

* remove assert

* fix ci build for ret check

* fix decimal windows build

* fix ci ret check

* skip decimal ret check

* skip decimal ret check

* fix decimal tests

* fix decimal ci test

* decimal test

* fix(tmq): heap user after free

* fix(tmq): double free

* fix(tmq): double free

* fix decimal tests

* fix(decimal): decimal test ci build

* fix(decimal): windows build

* fix(decimal): decimal test build

* fix(decimal): fix decimal build and tests

* fix(decimal): fix decimal tests

* fix(decimal): fix taos_fetch_fields_e api

* fix(decimal): fix decimal taos_fetch_fields_e api

* fix(decimal): rebase 3.0

* fix(decimal): fix decimal functions

* fix(decimal): fix decimal test case memory leak

* fix(decimal): fix decimal tests

* fix(decimal): fix decimal test case

* fix(decimal): fix decimal tests

* feat(decimal): fix unit tests

* feat(decimal): fix deicmal unit test

---------

Co-authored-by: wangmm0220 <wangmm0220@gmail.com>
Co-authored-by: yihaoDeng <yhdeng@taosdata.com>
2025-03-14 18:08:07 +08:00
..
mndAcct.h TD-10431 rename some funcs 2021-11-29 13:29:13 +08:00
mndAnode.h enh(analysis): add the algorithm in telemetry report. 2025-01-23 00:29:18 +08:00
mndArbGroup.h fix/TS-5805-check-arb 2024-12-25 02:43:51 +00:00
mndCluster.h feat: support uniq grant 2024-01-22 13:20:15 +08:00
mndCompact.h fix/TD-30742 2024-08-02 04:46:30 +00:00
mndCompactDetail.h more code 2024-11-13 16:17:16 +08:00
mndConfig.h Move rebuild config sdb to after restored. 2024-12-17 11:22:38 +08:00
mndConsumer.h fix:[TD-TD-31308] error code if topic not exist 2024-08-08 09:46:00 +08:00
mndDb.h more code 2024-11-08 11:13:37 +08:00
mndDef.h feat(decimal): support decimal data type (#30060) 2025-03-14 18:08:07 +08:00
mndDnode.h Merge branch '3.0' into enh/3.0/TD-31709 2024-12-16 10:00:02 +08:00
mndFunc.h TD-10431 rename some funcs 2021-11-29 13:29:13 +08:00
mndGrant.h feat: support uniq grant 2024-02-13 23:17:05 +08:00
mndIndex.h enh: change redo logs of trans create-stb-index and drop-index as prepare logs 2024-02-23 10:22:58 +08:00
mndIndexComm.h fix iter and case 2023-02-18 18:24:10 +08:00
mndInfoSchema.h feat: system table visible permission 2022-08-24 17:36:10 +08:00
mndInt.h enh: adjust some logs 2025-02-27 09:55:11 +08:00
mndMnode.h feat/restore dnode 2023-05-09 17:15:37 +08:00
mndPerfSchema.h format more code 2022-10-13 11:56:16 +08:00
mndPrivilege.h feat:[TD-28247]add grant for subscribe and stream 2024-01-25 16:07:09 +08:00
mndProfile.h mnode monitor 2022-03-03 20:23:53 +08:00
mndQnode.h feat/restore dnode 2023-05-09 17:15:37 +08:00
mndQuery.h fix: fix coverity check issues 2022-10-17 19:48:36 +08:00
mndScheduler.h fix(stream): take ver snapshot for all vgroups before launching stream with fill-history option opened. 2024-02-01 11:37:57 +08:00
mndShow.h fix/TD-31891-remove-void-stb 2024-09-05 09:58:02 +00:00
mndSma.h tsma avoid fetching tsma for no tsma tables 2024-04-16 14:25:34 +08:00
mndSnode.h enh: force drop dnode 2022-10-31 17:29:24 +08:00
mndStb.h fix/TD-31891-remove-void-stb 2024-09-05 09:58:02 +00:00
mndStream.h refactor(stream): stop all tasks before drop vnodes. 2025-03-02 02:06:14 +08:00
mndSubscribe.h fix:[TD-31017]process return value in mnode for tmq 2024-07-22 17:30:49 +08:00
mndSync.h refact: post sem in mnode while sync timeout 2022-12-13 11:11:22 +08:00
mndTelem.h TD-10431 rename some funcs 2021-11-29 13:29:13 +08:00
mndTopic.h fix:[TD-31115] add consumer check when drop topic or group in tmq 2024-08-06 19:27:42 +08:00
mndTrans.h Revert "Revert "Revert "Revert "Enh:[td 29974]improve trans"""" 2024-12-29 19:40:32 +08:00
mndUser.h enh: return error code 2024-07-22 15:29:37 +08:00
mndVgroup.h support meta_only option 2025-02-25 17:57:25 +08:00
mndView.h feat: support view meta updating 2023-10-13 16:29:34 +08:00