spark_connect_rs::functions

Function xpath

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

Returns a string array of values within the nodes of xml that match the XPath expression.