drrtuy
1c297b9e9e
feat(): dangling pointer/ref issue has been solved for both RGData and BS
2024-12-13 15:56:28 +00:00
drrtuy
fac7dfa552
feat(): change ref to atomic with ptr to atomic
2024-12-09 10:38:11 +00:00
drrtuy
5383e7c5a2
feat(RGData,StringStore): add counting allocator capabilities to those ctors used in BPP::execute()
2024-11-30 18:51:29 +00:00
mariadb-AndreyPiskunov
0863ecd279
Replace getBinaryField
2022-08-25 18:21:43 +03:00
Leonid Fedorov
fbd043b036
Fixing alightment for clang tests of rowgroup
2022-03-23 14:29:19 +00:00
Leonid Fedorov
04752ec546
clang format apply
2022-01-21 16:43:49 +00:00
Leonid Fedorov
73e710ed52
Add ctest for google unittests
2021-08-02 19:41:04 +03:00
Roman Nozdrin
5ba6737965
Fixes for Decimal multiplication overflow check and RowGroup UTs
2020-11-22 17:55:22 +00:00
Alexander Barkov
d5c6645ba1
Adding mcs_basic_types.h
...
For now it consists of only:
using int128_t = __int128;
using uint128_t = unsigned __int128;
All new privitive data types should go into this file in the future.
2020-11-18 13:53:15 +00:00
Alexander Barkov
129d5b5a0f
MCOL-4174 Review/refactor frontend/connector code
2020-11-18 13:53:15 +00:00
Roman Nozdrin
1588ebe439
MCOL-641 Clean up primitives code
...
Add int128_t support into ByteStream
Fixed UTs broken after collation patch
2020-11-18 13:52:19 +00:00
Roman Nozdrin
51d77d74df
MCOL-641 Fix for GROUP BY on wide-DECIMALs.
2020-11-18 13:51:26 +00:00
Roman Nozdrin
f63611c422
MCOL-641 This commit adds support for group_concat w/o ORDER BY.
...
Small refactoring in Row methods.
2020-11-18 13:51:26 +00:00
Gagan Goel
9b714274db
MCOL-641 1. Minor refactoring of decimalToString for int128_t.
...
2. Update unit tests for decimalToString.
3. Allow support for wide decimal in TupleConstantStep::fillInConstants().
2020-11-18 13:47:44 +00:00
Roman Nozdrin
238386bf63
MCOL-641 Replaced IDB_Decima.__v union with int128_t attribute.
...
Moved all tests into ./test
Introduced ./datatypes directory
2020-11-18 13:47:44 +00:00