pairwise_distance(mixed_geometry_column lhs, mixed_geometry_column rhs)
support
#1058
Open
2 tasks
Labels
pairwise_distance
is the last step ofST_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
The text was updated successfully, but these errors were encountered: