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 range sortKey #271

Closed
zhoney opened this issue Dec 10, 2018 · 1 comment
Closed

Support range sortKey #271

zhoney opened this issue Dec 10, 2018 · 1 comment
Labels
feature New feature
Milestone

Comments

@zhoney
Copy link
Contributor

zhoney commented Dec 10, 2018

Description

SortKeys of EdgeLabel is implemented like a secondary index now. We can only provide actual sortKey value to query if wanting to query by sortKey. But, querying by sortKey range is needed In some conditions. For example, If Call edges connect two PhoneNo vertices and use timestamp as Call's sortKey, querying by timestamp range seems more reasonable rether than querying by a timestamp.

@zhoney zhoney added the feature New feature label Dec 10, 2018
@javeme
Copy link
Contributor

javeme commented Dec 17, 2018

we can encode int or long to base64 string (LongEncoding)

javeme added a commit that referenced this issue Dec 27, 2018
implement #271

Change-Id: Ib618c45bc6169a0fb7632dbbf0fb29b7ee0a08e3
javeme added a commit that referenced this issue Dec 28, 2018
implement #271

Change-Id: Ib618c45bc6169a0fb7632dbbf0fb29b7ee0a08e3
zhoney pushed a commit that referenced this issue Dec 29, 2018
implement #271

Change-Id: Ib618c45bc6169a0fb7632dbbf0fb29b7ee0a08e3
@javeme javeme closed this as completed Jan 3, 2019
@javeme javeme added this to the 0.9 milestone Apr 13, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature New feature
Projects
None yet
Development

No branches or pull requests

2 participants