Skip to content

array_repeat

function array_repeat(column, count): Column;

Defined in: functions/collection.ts:84

Creates an array containing the given element repeated count times.

ParameterType
columnColOrName
countnumber

Column