array_distinct
function array_distinct(column): Column;Defined in: functions/collection.ts:27
Removes duplicate values from the array.
Parameters
Section titled “Parameters”| Parameter | Type |
|---|---|
column | ColOrName |
function array_distinct(column): Column;Defined in: functions/collection.ts:27
Removes duplicate values from the array.
| Parameter | Type |
|---|---|
column | ColOrName |