spark_connect_rs::functions

Function get_json_object

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

Extracts json object from a json string based on json path specified, and returns json string of the extracted json object.