Product
Description
Compute the product of an expression.
Usage
<Expr>$product()
Value
Expr
Examples
#> shape: (3, 2)
#> ┌──────┬─────────┐
#> │ x ┆ product │
#> │ --- ┆ --- │
#> │ i32 ┆ i64 │
#> ╞══════╪═════════╡
#> │ 2 ┆ 4 │
#> │ null ┆ 4 │
#> │ 2 ┆ 4 │
#> └──────┴─────────┘