You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your feature request related to a problem or challenge?
Since there are aggregate functions like corr and covar, it makes sense to me that we should add aggregate distance.
Beyond the aggregate function, it might also be valuable to add scalar UDFs like list_distance/array_distance, similar to DuckDB, along with other methods of distance measurement (e.g., like cosine etc). Please check Support array_distance in array_expression #8782
This function is particularly useful for scenarios involving spatial analysis, clustering, or similarity computations, where distance metrics are crucial.
Uh oh!
There was an error while loading. Please reload this page.
Is your feature request related to a problem or challenge?
corr
andcovar
, it makes sense to me that we should add aggregatedistance
.list_distance
/array_distance
, similar to DuckDB, along with other methods of distance measurement (e.g., likecosine
etc). Please check Supportarray_distance
inarray_expression
#8782This function is particularly useful for scenarios involving spatial analysis, clustering, or similarity computations, where distance metrics are crucial.
Describe the solution you'd like
XREF: DuckDB list functions, array functions
Describe alternatives you've considered
No response
Additional context
No response
The text was updated successfully, but these errors were encountered: