mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-12-11 17:02:25 +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);
|
||||
|
||||
// -1.123 splits to -1 / 0.123
|
||||
if (vec[i].value < 0 && c.fractional)
|
||||
{
|
||||
using F = typename DataType::FieldType;
|
||||
|
Loading…
Reference in New Issue
Block a user