Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

pairwise_distance(mixed_geometry_column lhs, mixed_geometry_column rhs) support #1058

Open
2 tasks
Tracked by #759 ...
isVoid opened this issue Apr 7, 2023 · 1 comment
Open
2 tasks
Tracked by #759 ...
Assignees
Labels
feature request New feature or request libcuspatial Relates to the cuSpatial C++ library

Comments

@isVoid
Copy link
Contributor

isVoid commented Apr 7, 2023

pairwise_distance is the last step of ST_Distance(geometric). It computes shortest distances between two mixed geometric columns.

After implementing mixed geometry column in libcuspatial #1057 , the interface can accept two mixed geoemtry columns. It then needs to resort to a dispatching mechanism to find the corresponding computing kernel between each geometry combination. This dispatching mechanism should be independent from the distance implementation itself since it can be reused throughout every other symmetric binary operations.

Tasks

@harrism
Copy link
Member

harrism commented Apr 18, 2023

Please describe.

@isVoid isVoid changed the title pairwise_distance(union_column_lhs, union_column_rhs) support pairwise_distance(mixed_geometry_column lhs, mixed_geometry_column rhs) support Apr 26, 2023
@harrism harrism added feature request New feature or request libcuspatial Relates to the cuSpatial C++ library labels Apr 26, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature request New feature or request libcuspatial Relates to the cuSpatial C++ library
Projects
Status: In Progress
Development

No branches or pull requests

2 participants