-
Notifications
You must be signed in to change notification settings - Fork 3
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
[Query API] Location Query #1046
base: main
Are you sure you want to change the base?
Conversation
Grouping of locations will be implemented shortly :)
Should i defer review until this is marked as ready? |
Yes please, the grouping is still completely missing. |
@EagleoutIce What do you think about adding a flag which, when set, will make the query return the |
I like the idea, but if so we should probably just generalize the fields you can query? maybe even rename this to 'node' or something and allow to filter for predefined keys like |
But if this is too much, outsource this to another issue and we focus on what you require here. |
return { | ||
'.meta': { | ||
/* there is no sense in measuring a get */ | ||
timing: 0 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
given there are multiple hashmap access operations, i would in-fact measure the time, as we are no longer constant!
No description provided.