sum(*columns: number, {
    "param": value,
    ...
}) -> (result: number)

An additional constant may be used to add to the final result.

sum(*columns: number, {
    "param": value,
    ...
}) -> (result: number)
constant
number

A constant to add.

ignore_nans
boolean

Whether to ignore NaNs or propagate them.