Expression - An array of numeric types to be summed. Expression<Array<T>>
optionalTreat null as zero. - If true, nulls inside the array are treated as zero, and arrays containing null can be summed. If false, the presence of a null makes the entire array null. Literal<Boolean>