Skip to content

map_from_arrays

function map_from_arrays(keys, values): Column;

Defined in: functions/collection.ts:201

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

ParameterType
keysColOrName
valuesColOrName

Column