You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: query-specifications/interactive-complex-read-01.yaml
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -1,7 +1,7 @@
1
1
workload: Interactive
2
2
operation: complex
3
3
number: 1
4
-
title: Transitive friends with certain name
4
+
title: Transitive friends with a certain name
5
5
description: |
6
6
Given a start *Person* with ID `$personId`, find *Persons* with a given first name (`$firstName`) that the start *Person* is connected to (excluding start *Person*) by at most 3 steps via the *knows* relationships. Return *Persons*, including the distance (1..3), summaries of the *Persons* workplaces and places of study.
0 commit comments