Function polars_plan::dsl::functions::max_horizontal

source ยท
pub fn max_horizontal<E: AsRef<[Expr]>>(exprs: E) -> PolarsResult<Expr>
Expand description

Create a new column with the maximum value per row.

The name of the resulting column will be "max"; use alias to choose a different name.