spark_connect_rs::functions

Function xpath_float

Source
pub fn xpath_float(xml: impl Into<Column>, path: impl Into<Column>) -> Column
Expand description

Returns a float value, the value zero if no match is found, or NaN if a match is found but the value is non-numeric.