7c808317dc
clang format apply
2022-02-11 12:24:40 +00:00
362bfcd15e
MCOL-4361 Replace pow(10.0, (double)scale) expressions with a static dictionary lookup.
2021-04-09 12:41:04 +04:00
129d5b5a0f
MCOL-4174 Review/refactor frontend/connector code
2020-11-18 13:53:15 +00:00
1c3a34a3d0
Dataconvert::decimalToString badly fails w/o 20th member of mcs_pow_10 so I returned it
...
WF::percentile runtime threw an exception b/c of wrong DT deduced from its argument
Replaced literals with constants
Tought WF_sum_avg::checkSumLimit to use refs instead of values
2020-11-18 13:52:20 +00:00
638202417f
MCOL-4171
2020-11-18 13:52:19 +00:00
4f5b56b492
MCOL-4042 cleanup after MODA
2020-06-05 11:52:44 -05:00
c7d594304b
MCOL-3503 Use long double arithmetic for tie breaking to avoid integer truncation
2019-10-11 12:05:13 -05:00
986e5412e0
Fix abs() usage for Ubuntu 18.04
...
abs(unsigned long long) is not a thing so Ubuntu 18.04 compiling fails.
Using std::fabs() instead which handles this better (casts as double).
2019-10-07 09:26:18 +01:00
cbef44a0be
MCOL-3503 add MODA aggregate function
2019-09-27 12:22:44 -05:00