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.
Parameters
Section titled “Parameters”| Parameter | Type |
|---|---|
column |
ColOrName |
delimiter |
string |
nullReplacement? |
string |