Function polars_plan::dsl::functions::min_horizontal
source ยท pub fn min_horizontal<E: AsRef<[Expr]>>(exprs: E) -> PolarsResult<Expr>
Expand description
Create a new column with the minimum value per row.
The name of the resulting column will be "min"
; use alias
to choose a different name.