spark_connect_rs::functions

Function map_from_arrays

Source
pub fn map_from_arrays(
    col1: impl Into<Column>,
    col2: impl Into<Column>,
) -> Column
Expand description

Creates a new map from two arrays.