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

Refine the query description in more graph-traversal way #72

Open
qishipengqsp opened this issue May 4, 2023 · 0 comments
Open

Refine the query description in more graph-traversal way #72

qishipengqsp opened this issue May 4, 2023 · 0 comments
Labels
enhancement New feature or request Future work This kind of issues are future works to do

Comments

@qishipengqsp
Copy link
Contributor

For example, complex read query 4

Given two accounts src and dst, and a specified time window between
startTime and endTime,
(1) check whether src transferred money to dst in the given time window
(edge1)
(2) find all other accounts (other1, ..., otherN) which received money from
dst (edge2) and transferred money to src (edge3) in a specific time.
For each of these other accounts, return the id of the account, the sum and
max of the transfer amount (edge2 and edge3). Return -1 for all result
attributes if there are no matches found for (1) and (2).

@qishipengqsp qishipengqsp added enhancement New feature or request Future work This kind of issues are future works to do labels Jun 9, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request Future work This kind of issues are future works to do
Projects
None yet
Development

No branches or pull requests

1 participant