Skip to content
This repository has been archived by the owner on Nov 3, 2023. It is now read-only.

Implement Relative Position Operators for Range Types #28

Open
9 tasks
chaitan94 opened this issue Aug 12, 2020 · 0 comments
Open
9 tasks

Implement Relative Position Operators for Range Types #28

chaitan94 opened this issue Aug 12, 2020 · 0 comments
Labels
enhancement New feature or request good first issue Good for newcomers Hacktoberfest help wanted Extra attention is needed

Comments

@chaitan94
Copy link
Member

• <<: Is the first numeric or range value scritly left of the second one?
• >>: Is the first numeric or range value strictly right of the second one?
• &<: Is the first numeric or range value not to the right of the second one?
• &>: Is the first numeric or range value not to the left of the second one?
• -|-: Is the first numeric or range value adjacent to the second one?
• <<#: Is the first time value scrictly before the second one?
• #>>: Is the first time value strictly after the second one?
• &<#: Is the first time value not after the second one?
• #&>: Is the first time value not before the second one?

Invalid operations should throw accordingly

Refer MobilityDB docs for more information: https://docs.mobilitydb.com/MobilityDB/master/ch02.html#time_relpos_operators

Todo Checklist

  • always_strictly_less_than
  • always_strictly_greater_than
  • never_greater_than
  • never_less_than
  • adjacent_to
  • always_before
  • always_after
  • never_after
  • never_before
@chaitan94 chaitan94 added enhancement New feature or request help wanted Extra attention is needed good first issue Good for newcomers labels Aug 12, 2020
@chaitan94 chaitan94 changed the title Implement Topological Operators for Range Types Implement Relative Position Operators for Range Types Aug 15, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
enhancement New feature or request good first issue Good for newcomers Hacktoberfest help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

1 participant