Function convert_map_to_json_binary

Source
fn convert_map_to_json_binary(
    array: &dyn Array,
    extype: Option<ColumnExtType>,
) -> Result<Arc<dyn Array>, ArrowError>
Expand description

Convert a Map array to a Binary array containing JSON data