Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
mingxiw authored Sep 20, 2024
1 parent 9260eb2 commit 5a1e2e6
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions demos/guru_scripts/docker/tutorial/4.x/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -280,15 +280,15 @@ run query q3b("2024-01-01", "2024-12-31", "Scott")
## Pattern Summary
## Table of Edge Patterns
| Orientation | Example | Edge Pattern |
|------------|---------------|----------------------------|
| Pointing left | <-[e:transfer]- | <-[alias:type1\|type2\|..]- |
| Pointing right | -[e:transfer]-> | -[alias:type1\|type2\|..]-> |
| undirected | -[e:hasPhone]-> | -[alias:type1\|type2\|..]-> |
| Left or undirected | <-[e:transfer\|hasPhone]- | <-[alias:type1\|type2\|..]- |
| Right or undirected | -[e:transfer\|hasPhone]-> | -[alias:type1\|type2\|..]-> |
| Left or right | <-[e:transfer]-> | <-[alias:type]-> |
| Left, undirected, or right | -[e:transfer\|hasPhone]- | -[alias:type1\|type2\|..]- |
| Orientation | Example | Edge Pattern | GQL Syntx?|
|------------|---------------|----------------------------|--------------------------|
| Pointing left | <-[e:transfer]- | <-[alias:type1\|type2\|..]- | Y |
| Pointing right | -[e:transfer]-> | -[alias:type1\|type2\|..]-> | Y |
| undirected | -[e:hasPhone]-> | -[alias:type1\|type2\|..]-> | N |
| Left or undirected | <-[e:transfer\|hasPhone]- | <-[alias:type1\|type2\|..]- | Y |
| Right or undirected | -[e:transfer\|hasPhone]-> | -[alias:type1\|type2\|..]-> | Y |
| Left or right | <-[e:transfer]-> | <-[alias:type]-> | Y |
| Left, undirected, or right | -[e:transfer\|hasPhone]- | -[alias:type1\|type2\|..]- | Y |
## Variable Length Pattern Quantifier
Expand Down

0 comments on commit 5a1e2e6

Please sign in to comment.