+
K
Supported in: Batch, Streaming
Removes duplicates and returns distinct values from the array.
Expression categories: Array
Type variable bounds: T accepts AnyType
Output type: Array<T>
Argument values:
Output: [ 1, 2, 3 ]
array