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.

Parameter Type
column ColOrName
delimiter string
nullReplacement? string

Column