spark_connect_rs::functions

Function xpath_int

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

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