This repository has been archived by the owner on Nov 3, 2023. It is now read-only.
Implement Topological Operators for Time Types #22
Labels
enhancement
New feature or request
good first issue
Good for newcomers
Hacktoberfest
help wanted
Extra attention is needed
• &&: Do the time values overlap (have points in common)?
• @>: Does the first time value contain the second one?
• <@: Is the first time value contained by the second one?
• -|-: Is the first time 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: