pub fn list_sum_opts(
input: Expression,
options: NumericalAggregateOpts,
) -> ExpressionExpand description
Creates a list_sum expression with explicit NumericalAggregateOpts, controlling
whether NaN float elements are skipped (the default) or poison the list’s sum to NaN.