Skip to content

array_join

function array_join(
column,
delimiter,
nullReplacement?): Column;

Defined in: functions/collection.ts:47

Concatenates the elements of the given array using the delimiter.

ParameterType
columnColOrName
delimiterstring
nullReplacement?string

Column