Calculate the upper bound
Description
Returns a unit Series with the highest value possible for the dtype of this expression.
Usage
<Expr>$upper_bound()
Value
A polars expression
Examples
#> shape: (1, 1)
#> ┌────────────┐
#> │ a │
#> │ --- │
#> │ i32 │
#> ╞════════════╡
#> │ 2147483647 │
#> └────────────┘