Update arrayAggregation.cpp

This commit is contained in:
alexey-milovidov 2020-12-14 14:01:31 +03:00 committed by GitHub
parent 0be51cbabd
commit 8a20d449d9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -26,7 +26,7 @@ enum class AggregateOperation
/**
* During array aggregation we derive result type from operation.
* For array min or array max we use arryy element as result type.
* For array min or array max we use array element as result type.
* For array average we use Float64.
* For array sum for decimal numbers we use Decimal128, for floating point numbers Float64, for numeric unsigned Int64,
* and for numeric signed UInt64.