You've already forked mariadb-columnstore-engine
mirror of
https://github.com/mariadb-corporation/mariadb-columnstore-engine.git
synced 2025-07-30 19:23:07 +03:00
MCOL-641 1. Implement int128 version of strtoll.
2. Templatize number_int_value. 3. Add test cases for strtoll128 and number_int_value for Decimal38.
This commit is contained in:
committed by
Roman Nozdrin
parent
b29d0c9daa
commit
8f80c1dee6
@ -48,6 +48,7 @@ using namespace execplan;
|
||||
namespace WriteEngine
|
||||
{
|
||||
// Maximum saturation value for DECIMAL types based on precision
|
||||
// TODO MCOL-641 add support here. see dataconvert.cpp
|
||||
const long long columnstore_precision[19] =
|
||||
{
|
||||
0,
|
||||
|
Reference in New Issue
Block a user