Using Pattern Comprehension
1.5 · Lesson

Using Pattern Comprehension

This video was recorded using an earlier version of the sandbox (Neo4j 4.x). You are using a Neo4j 5.x sandbox for this course. You will see some differences in the PROFILE results for db hits and elapsed time in Neo4j 5.4.

Full definition for pattern (opens in a new tab)A graph structure written in Cypher, such as a node joined to another node by a relationship. comprehension in Full definition for Cypher (opens in a new tab)Neo4j's implementation of GQL, the ISO standard query language for graph databases. It is declarative: you describe the pattern to find, and the database decides how to find it. enables you to create a list based upon values obtained during a query. It is implemented in Cypher as a subquery.