Skip to main content

try_subtract

Function try_subtract 

Source
pub fn try_subtract(left: &Column, right: &Column) -> Column
Expand description

Subtract that returns null on overflow (PySpark try_subtract).