Skip to main content

json_struct_get

Function json_struct_get 

Source
fn json_struct_get(
    array: &ArrayRef,
    path: &str,
    with_type: Option<&DataType>,
) -> Result<ArrayRef>