Skip to main content

hypot

Function hypot 

Source
pub fn hypot(x: &Column, y: &Column) -> Column
Expand description

sqrt(xx + yy) (PySpark hypot).