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

Rank supports expressions #4315

Open
czpmango opened this issue Jun 13, 2022 · 0 comments
Open

Rank supports expressions #4315

czpmango opened this issue Jun 13, 2022 · 0 comments
Labels
type/feature req Type: feature request

Comments

@czpmango
Copy link
Contributor

czpmango commented Jun 13, 2022

Feature Description
In many scenarios, users will not (or cannot) specify the rank explicitly.
For example, the rank of bank transfer is set to the timestamp at that time, which needs to be generated by the now() function instead of manually specifying it.

Describe the solution you'd like
Rank supports expressions.

Additional context
Another solution to consider is to allow multiple insertion of the same type of edges and use attributes to distinguish them. In this case, the encoding of the underlying kv needs to be redesigned or a concept like rank need be embedded in the implementation layer without exposing it to the user.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type/feature req Type: feature request
Projects
None yet
Development

No branches or pull requests

1 participant