Implement unique
function
#4698
Labels
enhancement
Any new improvement worthy of a entry in the changelog
unique
function
#4698
Is your feature request related to a problem or challenge? Please describe what you are trying to do.
Part of apache/datafusion#7289
Describe the solution you'd like
unique
function removes duplicate values (include NULLs) fromArray
. Does preserve the original order.Example (PyArrow):
with nulls:
Describe alternatives you've considered
Additional context
Documentation: https://arrow.apache.org/docs/cpp/compute.html
The text was updated successfully, but these errors were encountered: