spark_connect_rs::functions

Function xpath_boolean

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

Returns true if the XPath expression evaluates to true, or if a matching node is found.