Alexander Barkov
129d5b5a0f
MCOL-4174 Review/refactor frontend/connector code
2020-11-18 13:53:15 +00:00
Roman Nozdrin
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
David Hall
638202417f
MCOL-4171
2020-11-18 13:52:19 +00:00
David Hall
4f5b56b492
MCOL-4042 cleanup after MODA
2020-06-05 11:52:44 -05:00
David Hall
c7d594304b
MCOL-3503 Use long double arithmetic for tie breaking to avoid integer truncation
2019-10-11 12:05:13 -05:00
Andrew Hutchings
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
David Hall
cbef44a0be
MCOL-3503 add MODA aggregate function
2019-09-27 12:22:44 -05:00