-
Notifications
You must be signed in to change notification settings - Fork 3.9k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
49094: geo/geomfn: implement ST_MaxDistance / ST_DFullyWithin r=sumeerbhola a=otan Based on top of #49085. MaxDistance/DFullyWithin is a specialisation of distance, where it takes the maximum of distances found instead and disregards intersections and closest points. The `stopAfterLE` condition becomes `stopAfterGT`. Resolves #48983, resolves #48916 Release note (sql change): Implemented the ST_MaxDistance and ST_DFullyWithin function for geometries. Co-authored-by: Oliver Tan <[email protected]>
- Loading branch information
Showing
7 changed files
with
440 additions
and
158 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.