Skip to content

Commit 46e5ac5

Browse files
lispTallTed
authored andcommitted
Update discussion/comparisons/EXISTS_COMPLEXITY_ANALYSIS.md
Co-authored-by: Ted Thibodeau Jr <[email protected]>
1 parent 0cd4bdf commit 46e5ac5

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

discussion/comparisons/EXISTS_COMPLEXITY_ANALYSIS.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -324,12 +324,12 @@ Pattern: `EXISTS { ?s :p ?o }`
324324

325325
### Scenario 2: Complex EXISTS with Nested Operators
326326

327-
Pattern: `EXISTS {
328-
{ ?s :p1 ?o1 }
329-
UNION
330-
{ { ?s :p2 ?o2 }
331-
FILTER (?o2 > 10)
332-
OPTIONAL { ?s :p3 ?o3 }
327+
Pattern: `EXISTS {
328+
{ ?s :p1 ?o1 }
329+
UNION
330+
{ { ?s :p2 ?o2 }
331+
FILTER (?o2 > 10)
332+
OPTIONAL { ?s :p3 ?o3 }
333333
}
334334
}`
335335
- V = 1 (?s)

0 commit comments

Comments
 (0)