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

let Near At and Contains select ranges between two values #717

Merged
merged 6 commits into from
Jul 15, 2024
Merged

Conversation

rafaqz
Copy link
Owner

@rafaqz rafaqz commented May 19, 2024

This PR lets us do Near(a, b) to select a range of values nearest those end points, and the same for Contains and At.

Mostly this is because its not easy to get Near behavior for range endpoints - its either .. or Touches with nothing in between. Touches pretty much duplicates Contains now (wish I realised that possibility earlier).

@rafaqz rafaqz merged commit 8a95ba3 into main Jul 15, 2024
7 of 8 checks passed
@rafaqz rafaqz deleted the near_range branch July 15, 2024 23:11
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
1 participant