array_distinct_inner

Function array_distinct_inner 

Source
fn array_distinct_inner(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]