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

Extend hecuba to support queries by just the partition key (when using compound keys) #171

Open
yolandab opened this issue Mar 15, 2018 · 0 comments

Comments

@yolandab
Copy link
Collaborator

Given the following class definition:

class myclass(StorageDict):
'''
@TypeSpec <<key1:int,key2:int>,v:int>

We do not implement the interface to query by just the partition key.

m=myclass("test")

print m[1] #--> should print all the records with partition key == 1?
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant