This repository has been archived by the owner on Nov 3, 2023. It is now read-only.
Implement Set Operators for Time Types #19
Labels
enhancement
New feature or request
good first issue
Good for newcomers
Hacktoberfest
help wanted
Extra attention is needed
• +: Union of the time values
• *: Intersection of the time values
• -: Difference of the time values
We can override the respective operators in both C++ and Python
Invalid operations should throw accordingly
Todo Checklist
Sample MobilityDB queries for reference/test cases
The text was updated successfully, but these errors were encountered: