Functions
MAP
Maps a LAMBDA over one or more arrays
Try it
When to use it
When should I use MAP?
Use MAP to apply a LAMBDA function element-by-element to one or more arrays, returning a transformed array of the same shape.
Used in
Syntax
MAP(array1, [array2, ...], lambda)