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

Document the types yielded by the query and scan iterators #11

Open
Raynos opened this issue Feb 15, 2020 · 2 comments
Open

Document the types yielded by the query and scan iterators #11

Raynos opened this issue Feb 15, 2020 · 2 comments
Labels
docs An issue, task, or discussion related to documentation

Comments

@Raynos
Copy link
Member

Raynos commented Feb 15, 2020

The query() method returns { key, value } instead of { hash, range, value }

I don't understand what key is.

@heapwolf
Copy link
Member

heapwolf commented Feb 15, 2020

key is the [hash] or [hash, range] as an array of what ever data types they are. also, the user doesn't necessarily need to call them "hash" and "range", I might call them "city" and "state" in the create table method. value is everything except the key.

@Raynos
Copy link
Member Author

Raynos commented Feb 15, 2020

Ok then this is just a documentaiton that key is a tuple of hash or hash,range :)

@heapwolf heapwolf changed the title Confusion between key & hash + range Document the types yielded by the query and scan iterators Feb 15, 2020
@jwerle jwerle added the docs An issue, task, or discussion related to documentation label Nov 2, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
docs An issue, task, or discussion related to documentation
Projects
None yet
Development

No branches or pull requests

3 participants