This repository has been archived by the owner on Nov 3, 2023. It is now read-only.
Implement Topological Operators for Range Types #23
Labels
enhancement
New feature or request
good first issue
Good for newcomers
Hacktoberfest
help wanted
Extra attention is needed
• &&: Do the range values overlap (have points in common)?
• @>: Does the first range value contain the second one?
• <@: Is the first range value contained by the second one?
• -|-: Is the first range value adjacent to the second one?
Invalid operations should throw accordingly
Refer MobilityDB docs for more information: https://docs.mobilitydb.com/MobilityDB/master/ch02.html#time_topo_operators
Todo Checklist
The text was updated successfully, but these errors were encountered: