Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support ProperContains/ProperIn for Intervals #292

Open
cmoesel opened this issue Oct 27, 2022 · 0 comments
Open

Support ProperContains/ProperIn for Intervals #292

cmoesel opened this issue Oct 27, 2022 · 0 comments

Comments

@cmoesel
Copy link
Member

cmoesel commented Oct 27, 2022

The ProperContains / ProperIn operators are similar to ProperIncludes and ProperIncludedIn. The primary difference is that the former two support relationships between an interval and a point, while the latter two support relationships between two intervals.

Note that despite their names, these operates are invoked in CQL using the same syntax is ProperIncludes/ProperIncludedIn. E.g.

define IntervalProperlyContainsPoint: Interval[1, 5] properly includes 3
define PointProperlyInInterval: 3 properly included in Interval[1, 5]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
CQL Spec Alignment
Awaiting triage
Development

No branches or pull requests

1 participant