SUMARRAYDOUBLE
This section contains reference documentation for the SUMARRAYDOUBLE function.
Last updated
Was this helpful?
This section contains reference documentation for the SUMARRAYDOUBLE function.
Computes the element-wise sum of double arrays across all rows in a group. All input arrays are treated as having the same length; shorter arrays are padded with zeros.
SUMARRAYDOUBLE(colName)
The input column must be a multi-value or array column of type DOUBLE.
select SUMARRAYDOUBLE(doubleArrayCol) AS value
from myTable[1.5, 2.7, 3.9]
Last updated
Was this helpful?
Was this helpful?

