pub fn array_distinct(args: &[ArrayRef]) -> Result<ArrayRef>
Expand description

array_distinct SQL function example: from list [1, 3, 2, 3, 1, 2, 4] to [1, 2, 3, 4]