array_repeat
function array_repeat(column, count): Column;Defined in: functions/collection.ts:84
Creates an array containing the given element repeated count times.
Parameters
Section titled “Parameters”| Parameter | Type |
|---|---|
column |
ColOrName |
count |
number |