Skip to main content

table_from_columns

Function table_from_columns 

Source
pub fn table_from_columns(
    names: Vec<String>,
    columns: Vec<Value>,
) -> BuiltinResult<Value>