mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-12-12 01:12:12 +00:00
Add comment
This commit is contained in:
parent
2d11ce43f1
commit
8ad1d4b94f
@ -945,6 +945,7 @@ public:
|
|||||||
{
|
{
|
||||||
auto c = DecimalUtils::split(vec[i], scale);
|
auto c = DecimalUtils::split(vec[i], scale);
|
||||||
|
|
||||||
|
// -1.123 splits to -1 / 0.123
|
||||||
if (vec[i].value < 0 && c.fractional)
|
if (vec[i].value < 0 && c.fractional)
|
||||||
{
|
{
|
||||||
using F = typename DataType::FieldType;
|
using F = typename DataType::FieldType;
|
||||||
|
Loading…
Reference in New Issue
Block a user