spark_connect_rs::functions

Function xpath_string

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

Returns the text contents of the first xml node that matches the XPath expression.