arrays_zip
function arrays_zip(...columns): Column;Defined in: functions/collection.ts:99
Returns a merged array of structs from the given arrays.
Parameters
Section titled “Parameters”| Parameter | Type |
|---|---|
…columns | ColOrName[] |
function arrays_zip(...columns): Column;Defined in: functions/collection.ts:99
Returns a merged array of structs from the given arrays.
| Parameter | Type |
|---|---|
…columns | ColOrName[] |