Skip to main content

list_sum_opts

Function list_sum_opts 

Source
pub fn list_sum_opts(
    input: Expression,
    options: NumericalAggregateOpts,
) -> Expression
Expand 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.