spark_connect_rs::functions

Function hypot

Source
pub fn hypot(col1: impl Into<Column>, col2: impl Into<Column>) -> Column
Expand description

Computes sqrt(a^2 + b^2) without intermediate overflow or underflow.