Skip to content

map_from_arrays

function map_from_arrays(keys, values): Column;

Defined in: functions/collection.ts:206

Creates a new map from two arrays (keys and values).

Parameter Type
keys ColOrName
values ColOrName

Column